Unit 10. Files and file handling in C Topics Covered Concept of file, Opening and closing of file, File Modes, Input/ output function, Random access in file, Printing a file Continue reading “Unit 10. Files and file handling in C”
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