Chapter 3
Anatomy of C
IN THIS CHAPTER
Reviewing parts of the C language
Understanding keywords and functions
Exploring operators, variables, and values
Learning to comment
Building a basic C language skeleton
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.
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.