Introduction to C Programming
Page 1 of 6
Next >
The C language facilitates a structured and disciplined approach to computer-program design. In this chapter Paul Deitel and Harvey Deitel introduce C programming and present several examples that illustrate many important features of C, including simple input and output statements, fundamental data types, and arithmetic operators.
This chapter is from the book
Read C for Programmers with an Introduction to C11 or more than 24,000 other books and videos on Safari Books Online. Start a free trial today.
2.1. Introduction
The C language facilitates a structured and disciplined approach to computer-program design. In this chapter we introduce C programming and present several examples that illustrate many important features of C. In Chapters 3 and 4 we present an introduction to structured programming in C. We then use the structured approach throughout the remainder of the text.
Page 1 of 6
Next >