Get your essays here, 33,000 to choose from!

Limited Time Offer at Free College Essays!!!

C Programming In Steps

29 Pages 7130 Words


hough this can sometimes be done implicitly by context. Declarations must precede executable statements. The declaration

int a, b, c, sum;

declares a, b, c, and sum to be integers.
Variable names have one to eight characters, chosen from A-Z, a-z, 0-9, and _, and start with a non-digit. Stylistically, it's much better to use only a single case and give functions and external variables names that are unique in the first six characters. (Function and external variable names are used by various assemblers, some of which are limited in the size and case of identifiers they can handle.) Furthermore, keywords and library functions may only be recognized in one case.


4. Constants
We have already seen decimal integer constants in the previous example-- 1, 2, and 3. Since C is often used for system programming and bit-manipulation, octal numbers are an important part of the language. In C, any number that begins with 0 (zero!) is an octal integer (and hence can't have any 8's or 9's in it). Thus 0777 is an octal constant,...

< Prev Page 3 of 29 Next >

Essays related to C Programming In Steps

Loading...