文件名称:Computer.Fundamentals.and.Programming.in.C.2nd.Ed
文件大小:16.65MB
文件格式:PDF
更新时间:2019-06-29 05:47:16
C Programming
It provides a thorough understanding of the subject and its applications. The book begins with an introduction to the basic features of a digital computer, number systems and binary arithmetic, Boolean algebra and logic gates, software, operating systems, and the internet. A major part of the book provides a detailed coverage of programming in C. It discusses the primary functions of compilers, linkers, and loaders, and provides an exhaustive coverage of concepts such as data types, control statements, arrays, strings, functions, pointers, structures, file systems, and command-line arguments. Case studies demonstrating the use of C in solving mathematical as well as real-life problems have also been presented. This edition also highlights C99 features wherever relevant in the text. Table of Contents Chapter 1. Computer Fundamentals Chapter 2. Number Systems and Binary Arithmetic Chapter 3. Boolean Algebra and Logic Gates Chapter 4. Introduction to Software Chapter 5. Basic Concepts of Operating Systems Chapter 6. The Internet Chapter 7. Introduction to Algorithms and Programming Concepts Chapter 8. Basics of C Chapter 9. Input and Output Chapter 10. Control Statements Chapter 11. Arrays and Strings Chapter 12. Functions Chapter 13. Pointers in C Chapter 14. User-Defined Data Types and Variables Chapter 15. Files in C Chapter 16. Advanced C