Page t052, go to NEXT, PREVIOUS, INDEX

More on Declarations


We have seen

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

A const declaration

      const float e = 2.71828;
      const float pi2 = 3.1415/2;

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