Page t008, go to NEXT, PREVIOUS, INDEX

Variable Declaration and Initialization


Consider

      int i;
      int j = 3;
      float x = 10.0;

C Course, 15-jan-1997, Peter Klok, pfk@hef.kun.nl