ASSASATECH
Updated 2 days ago
Iterative Statements : While loop, ++ & -- operator, ternary operator, do-while loop, for loop, nested loops, multiple initialization in loop . Jump Statements - goto& label, break & continue, exit() function...
Functions & Pointers : Introduction, Arguments & local variables, Passing Values between Functions, Scope Rule of Functions, Calling Convention, return() function, Advanced Features, Function Declaration and Prototypes, Call by reference, Introduction to memory organization, basics of pointers, pointer operator and expression, & * operators, Pointer to Pointer, Recursion...
Structures & typedef : Declaration and Initializing Structure, Accessing Structure members, Structure Assignments, Arrays of Structure, Passing Structure to function, Structure Pointer, typedef with examples.