Programming in C /
Stephen G. Kochan.
- Fourth edition.
- New Jersey : Addision-Wesley Publishing Company, c2015
- xv, 525 pages : illustrations ; 23 cm.
Includes bibliographical references and index.
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 Preprocesor -- 13. Extending data types with the enumerated data types -- 14. Working with larger programs
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.