To make students familiar with the basics of ‘C’ programming language.
This paper will be based on theory paper BCA105. Exercises given will be covering entire syllabi as follows:
- Simple C programs using variables, keywords and simple operations
- Programs based on operators (arithmetic, relational, increment, decrement, conditional, logical)
- Branching statement programs using ‘C’
- Exercises based on Looping (while, do while, for), nested loops based programs
- Programs based on arrays (single, two dimensional) searching, sorting an array
- String/Character based exercises manipulation on strings
- Programs on user defined functions
- Exercises based on pointers(arithmetic operation, arrays with pointers)
- Programs on structure and union