CSO101 syllabus (3)
CSO101 syllabus (3)
Mid-Term Examination
13 Constant with Pointer, Array of Constant with Pointers: const can be used 2
Pointers. in four ways with pointers: non-constant
pointer to non-constant data, constant pointer
to non-constant data (Array), non-constant
pointer to constant data, etc.
17 Basic Searching and Sorting Linear Search, Binary Search, Insertion Sort, 2
Algorithms Bubble Sort
18 Preprocessor in C Preprocessor in C 1