Srikanth Technologies

C Language For Beginners (2017 Edition)

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

Table of Contents

How to use CodeBlocks IDE to compile and run C programs

Answers to Exercises in this book

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

How To Compile and Run C programs?

Watch the following video to understand how to use CodeBlocks IDE. This video explains how to download, install and use CodeBlocks IDE to compile and run C programs.

How to use CodeBlocks IDE for C Programming