Programming in C is designed to serve as an introductory text for students of engineering, computer applications, and computer science. It provides a thorough understanding of the fundamentals of C and its applications.
Beginning with an overview of the basic concepts of computers, the book provides an exhaustive coverage of C programming constructs. It then focuses on arrays, strings, functions, pointers, user-defined data types, and files. In addition, the book also provides a chapter on linked listsa popular data structureand different operations that can be performed on such lists. Students will find this book an excellent companion for self-study owing to its easy-to-understand approach with plenty of programs complete with source codes, sample outputs, and test cases.
Key Features
Completely covers the latest AICTE model syllabus
Illustrates widely used library functions with program codes and test cases
Highlights the common mistakes to indicate the possible problem areas
Includes an appendix illustrating algorithms and flowcharts on additional problems followed by working programs based on these algorithms
Provides access to an online coding lab to practise programming skills*
* Terms & Conditions apply
ONLINE RESOURCES
For Faculty:
Chapter PPTs
For Students:
Supplementary Reading
Read More
Specifications
Publication Year
2018
Table of Contents
Table of Contents
1. Computer Fundamentals
2. Introduction to Programming, Algorithms and Flowcharts
3. Basics of C
4. Input and Output
5. Control Statements
6. Arrays and Strings
7. Functions
8. Pointers in C
9. User-defined Data Types and Variables
10. Files in C
11. Linked Lists