Description
OXFORD Computer Fundamentals And Programming In C 2Nd Edition 2013 Edition by PRADIP DEY AND MANAS GHOSH
Computer Fundamentals and Programming in C, 2e is designed to serve as a textbook for students of engineering (BE-BTech), computer applications (BCA-MCA), and computer science (BSc) for an introductory core course on computers and programming in C. 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. This edition also highlights C99 features wherever relevant in the text. Table of contentsChapter 1. Computer FundamentalsChapter 2. Number Systems and Binary ArithmeticChapter 3. Boolean Algebra and Logic GatesChapter 4. Introduction to SoftwareChapter 5. Basic Concepts of Operating SystemsChapter 6. The InternetChapter 7. Introduction to Algorithms and Programming ConceptsChapter 8. Basics of CChapter 9. Input and OutputChapter 10. Control StatementsChapter 11. Arrays and StringsChapter 12. FunctionsChapter 13. Pointers in CChapter 14. User-defined Data Types and VariablesChapter 15. Files in CChapter 16. Advanced C