C: Concepts & Programming
ISBN: 9789389307979
526 pages

Description
C: Concepts & Programming provides an up-to-date, comprehensive and class-tested content on the C Programming Language preceded by a crisp account of computer fundamentals. The book focuses on the organization and sequence of concepts so that the readers gradually proceed from the basic grammar of the C language and eventually attain a level where they can independently and confidently design and write C programs. The book follows the ANSI C programming standard published by American National Standards Institute (ANSI) and the International Standards Organization (ISO). The program illustrations are based on the Turbo C/C++ compiler.
- Introduction to Computers
- Overview of C Language
- Constants, Variables, Data Types, Statements and Expressions in C
- Operators and Expressions
- Data Input and Output
- Selection and Looping Constructs
- Arrays
- Character Arrays and Strings
- User-Defined Functions
- Pointers
- Structures and Unions
- File Management in C
- The C Preprocessor
Appendix A: ASCII Values of Characters
Appendix B: Operator Summary
Appendix C: Library Functions
Appendix D: Number Systems
Appendix E: Escape Sequences
Appendix F: Data Types and Data Conversion Rules
Appendix G: Commonly used Scanf and printf Conversion Characters
Appendix H: Control Statement Summary