overview and history of c language
characteristics(features) of c
advantages and disadvantages of c
basic structure of c program
compiling process
the c preprocessor and header files
the c preprocessor
header files
fundamental of c
the c character sets (letters, digits, special characters, white space)
use of comments
line comments
multiple line comment
c tokens
keywords, identifiers, constants, string constants,operators
data types in c
primary data type(integer data type=> signed integer,unsigned integer, signed short
interger, unsigned short interger,signed long integer, unsigned long integer,
floating point=>double precision floating point type,
character type, void type)
derived data types(array, structure, union, pointer)
user defined data types
constants and variables(declaration of variables)
escape sequences
preprocessor directives
symbolic constants