0% found this document useful (0 votes)
16 views1 page

Intro C

Uploaded by

Robin Shrestha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

Intro C

Uploaded by

Robin Shrestha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

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

You might also like