This text book is designed as per the NEP syllabus of Tumkur University for First Semester BCA. The book is also useful for BSc, MCA, Diploma students. This book covers programming concepts with appropriate examples in very effortless and straightforward approach for the beginners.
The book comprises of 5 units. Unit-1 covers basic concepts of C-Language, classification of input and output statements.
Unit-2 covers C operators & expressions, control structures – Sequence, branching, looping and jump statements.
Unit-3 covers Derived data types – Array and String, string handling function and character handling functions.
Unit-4 covers pointers and operations on pointers.
Unit-5 covers user defined function and its types, user defined data types – structure and union.
Finally lab programs and corresponding algortihm and flowchart are separately given.
Contents –
1. Introduction to C Programming
2. C-Operators & Expressions
3. Derived Data Type in C
4. Pointers in C
5. User Defined Functions
6. C-Lab Programs