Chapter 13. Programming with C

In This Chapter

  • Introducing C

  • Analyzing a C Program

  • Using the main() Function's Format

  • Using the #include Statement

  • C Data

  • C Comments

  • Declaring Variables

  • C Functions

  • C Operators

  • C Control Statements

C is one of those programming languages that most programmers never predicted would take off. Designed as a highly efficient, somewhat cryptic language used to write in the Unix operating system, C is a language designed by system programmers. The application programming community never intended to use C seriously.

Today, virtually every program you see on the store shelves is written in either C or, more likely, a language based on C. A C-based compiler is on a high percentage of programmers' computers. C's importance to modern ...

Get Absolute Beginner's Guide to Programming, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.