Unit 9. Structure and Union Topics Covered Array of structure, passing structure to function, Passing array of structure to function, Structure within structure (Nested Structure), Union, Pointer to structure Unit 9. Structure and Unions from Ashim Lamichhane
Unit 8. Pointers Topics Covered The & and * operator, Declaration of pointer, Pointer to pointer, Pointer arithmetic, Pointer and array, Pointer with multidimensional array, Pointer and strings, Array of pointer with string, Dynamic memory allocation. Unit 8. Pointers from Ashim Lamichhane
Unit 7. Functions Topics Covered Library Functions, User defined functions, Recursion, Function declaration, Local and global variables, Use of array in function, Passing by Value, Passing by Address Continue reading “Unit 7. Functions”