21358
21358
21358
Unit-I [10L]
Loop Control structure in C: Looping statements, nested loop, use of break and continue.
[3]
Array & String: Concepts of array, one and two dimensional arrays, declaration and
initialization of arrays, string handling, string storage. [4]
Functions: Concepts of library functions, Built-in-string functions, user defined functions,
prototypes, definition of function, parameters types, parameter passing, calling a function,
recursive function, Macros, Pre-processing. [3]
Unit-III [10L]
Pointers: Basics of pointers, pointer to pointer, pointer and array, pointer to array, array of
pointers, functions returning a pointer. [4]
Structure: Basics of structure, structure members, structure vs. union, accessing structure
members, nested structures, array of structures, structure and functions, structures and pointers.
[3]
Dynamic memory allocation: Introduction to Dynamic memory allocation, malloc, calloc,
realloc. [3]