C Fundamentals
Character set, Identifiers and Keywords, Data Types, Constants, Variables and
Arrays, Declarations, Operators & Expressions, Library functions, Statements,
Symbolic Constants, Preprocessor directives
Data Input and Output
0getchar(), putchar(), scanf(), printf(), gets(), puts() functions
Control Statements
if-else, while, do-while, goto, for statements nested control structures, switch, break,
continue statements comma operator
Functions
Function prototypes, passing arguments to a function by value, recursion storage
classes, automatic, External, static, register variables in single file environment.
Arrays
Defining - processing array, passing arrays to functions, Introduction to
multidimensional arrays, arrays and strings.
Pointers
Declarations, Referencing and de-referencing, passing pointers to functions, pointer
to array, Operations on File using pointers.
Concept of Dynamic Allocation of Memory, Linked List.
Structures and Unions , Defining and processing a structure
No comments:
Post a Comment