Book description
Programming in C will teach you how to write programs in the C programming language. Whether you’re a novice or experienced programmer, this book will provide you with a clear understanding of this language, which is the foundation for many object-oriented programming languages such as C++, Objective-C, C#, and Java.
This book teaches C by example, with complete C programs used to illustrate each new concept along the way. Stephen Kochan provides step-by-step explanations for all C functions. You will learn both the language fundamentals and good programming practices. Exercises at the end of each chapter make the book ideally suited for classroom use or for self-instruction.
All the features of the C language are covered in this book, including the latest additions added with the C11 standard. Appendixes provide a detailed summary of the language and the standard C library, both organized for quick reference.
“Absolutely the best book for anyone starting out programming in C. This is an excellent introductory text with frequent examples and good text.…This is the book I used to learn C–it’s a great book.”
–Vinit S. Carpenter, Learn C/C++ Today
Table of contents
- Cover Page
- About This eBook
- Title Page
- Copyright Page
- Developer’s Library
- Dedication
- Contents at a Glance
- Table of Contents
- About the Author
- Acknowledgments
- We Want to Hear from You!
- Reader Services
- Introduction
- 1 Some Fundamentals
- 2 Compiling and Running Your First Program
- 3 Variables, Data Types, and Arithmetic Expressions
- 4 Program Looping
- 5 Making Decisions
- 6 Working with Arrays
- 7 Working with Functions
- 8 Working with Structures
- 9 Character Strings
- 10 Pointers
- 11 Operations on Bits
- 12 The Preprocessor
- 13 Extending Data Types with the Enumerated Data Type, Type Definitions, and Data Type Conversions
- 14 Working with Larger Programs
- 15 Input and Output Operations in C
- 16 Miscellaneous and Advanced Features
- 17 Debugging Programs
- 18 Object-Oriented Programming
- A C Language Summary
- B The Standard C Library
- C Compiling Programs with gcc
- D Common Programming Mistakes
- E Resources
- Index
Product information
- Title: Programming in C, Fourth Edition
- Author(s):
- Release date: August 2014
- Publisher(s): Addison-Wesley Professional
- ISBN: 9780132781206
You might also like
book
C Programming Language, 2nd Edition
This book is meant to help the reader learn how to program in C. It is …
video
Programming in C - The Complete Course
A vast majority of modern programming languages and popular libraries are based on C, making C …
book
Learn C Programming - Second Edition
Get started with writing simple programs in C while learning core programming concepts Key Features Learn …
book
Learn C Programming
Get started with writing simple programs in C while learning the skills that will help you …