Sunday, 19 March 2017

C Language




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


1-D Array, 2-D Array, Array to 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


About Union, Advantage and Disadvantage of union over structure, Defining union


About Storage classes, auto, register, static, extern


About command line arguments, use of command line arguments


what is file handling, mode of file hanling, funciton for file handling


A collection of different type of Program from begginning to top level

No comments:

Post a Comment

Please write your view and suggestion....