Unit 1
Introduction and Review of C language constructs. Functions – inter function communication, standard functions, scope. Recursion – recursive definition, recurivse solution, designing recursive functions, limitations of recursion. Arrays – 1D numeric, searching and sorting, 2D numeric arrays.