ABOUT THE COURSE
This
course is aimed at enabling the students to
· translate
the algorithms to programs (in C language)
· test
and execute the programs and correct
syntax and logical errors
· implement
conditional branching, iteration and recursion
· decompose
a problem into functions and synthesize a complete program using divide and
conquer approach
· use
arrays, pointers and structures to formulate algorithms and programs
· apply
programming to solve matrix addition and multiplication problems and searching
and sorting problems
apply programming to
solve simple numerical method problems, namely rot finding of function,
differentiation of function and simple integration.
INTENDED AUDIENCE:
Textbooks:
1. Byron Gottfried, Schaum's Outline of Programming with C, McGraw-Hill
2. E. Balaguruswamy, Programming in ANSI C, Tata McGraw-Hill
Reference Books:
1. Brian W. Kernighan and Dennis M. Ritchie, The C Programming Language, Prentice Hall of India