Srikanth Technologies

C Language For Beginners (2014 Edition)

This book on C Language is written by Srikanth Pragada for beginners of C.

Table of Contents

Answers to exercises in this book

How to use Quincy 2005 to write, compile and run C programs

Table of Contents

  1. Introduction to C
  2. First ‘C’ Program
  3. Language Elements
  4. Operators
  5. Control Statements
  6. Looping Structures
  7. Character Handling
  8. Arrays
  9. Multidimensional Arrays
  10. String Handling
  11. User-defined Functions
  12. Storage Classes
  13. Pointers
  14. Pointers vs. Arrays
  15. Structures
  16. Union, Enumeration and Typedef
  17. Pre-processor Commands
  18. File Handling
  19. Binary Files and Random Access
  20. Command Line Arguments
  21. Dynamic Memory Allocation
  22. Linked List
  • Appendix A – Operator Precedence and Associativity
  • Appendix B – Automatic Type Conversion Rules
  • Appendix C – Keywords In ANSI C