What is C Language, History of C, Features of C, How to install C, First C Program, Flow of C Program, printf scanf, Variables in C, Data Types in c, Keywords in c, C Operators, C Comments, C Escape Sequence, Constants in C
Arithmetic operators,Relation operators,Logical operators,Bitwise operators,Assignment Operators,Short hand assignment operator ,Conditional operator,Special operator,Comma Operator,Arrow operator (->),sizeof operator
Simple if statement,,If....else statement, Nested if....else statement,else if statement,Switch statement ,goto statement
About loop, while loop, do-while loop, for loop, junp statements(break statement, continue statement)
What is function, Type of function(User defined Function and Library Functions), Part of Function(Function declaration, function call, function definition), Type of function call(call by value and call by reference), Passing array to function, Recursive Function
String in C, gets() & puts(), String Functions: strlen(), strcpy(), strcat(), strcmp(), strrev(), strlwr(), strupr(), strstr()
C Pointers, C Pointer to Pointer, C Pointer Arithmetic, Dyanamic memory Location(malloc(), calloc(), realloc(), free() )
About Structure, Defining structure, Declaring structure variable, Accessing members of structure, Array of Structures in C, Nested Structure in C, Accessing Nested Structure
No comments:
Post a Comment
Please write your view and suggestion....