Chapter 3

Anatomy of C

IN THIS CHAPTER

check Reviewing parts of the C language

check Understanding keywords and functions

check Exploring operators, variables, and values

check Learning to comment

check Building a basic C language skeleton

check Printing a math problem

All programming languages consist of instructions that tell a computer or another electronic device what to do. Though basic programming concepts remain the same, each language is different, created to fulfill a specific need or to frustrate a new crop of college freshmen. The C language meets both of those qualifications, being flexible and intimidating. To begin a relationship with C in a friendly, positive way, get to know the language and how it works.

Tip You’ll probably want to reread this chapter after you venture deep into Part 2 of this book.

Get C Programming For Dummies, 2nd 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.