Book description
Programming in C is an introductory-level text book which follows a practical approach to help the students learn programming in a procedural manner. It discusses the line-by-line explanation of concepts and logic, used in the programs. All the programs in the book are fully-tested and compiled.
Table of contents
- Cover (1/2)
- Cover (2/2)
- Contents
- Preface
- 1. Basics of C Programming
- 2. Conditional Control Statements
- 3. Loop Control Statements
-
4. Functions
- 4.1 Introduction
- 4.2 Types of Functions
- 4.3 Importance of Functions
- 4.4 Scope of Functions
- 4.5 Passing Parameters to Functions
- 4.6 Function Prototype
- 4.7 Call by Value
- 4.8 Pointers
- 4.9 Call by Reference
- 4.10 Creating Header Files
- 4.11 Recursion (1/2)
- 4.11 Recursion (2/2)
- 4.12 Functions with Variable Arguments
- Summary
- Exercise Questions
- 5. Arrays
- 6. Arrays and Pointers
- 7. Structures and Unions
- 8. Storage Classes, Preprocessors, Macros, and Operation on Bits
- 9. Data and File Handling
- 10. Dynamic Memory Allocation
- Appendix A: Library Functions
- Appendix B: ASCII Chart
- Appendix C: Operator Precedence Chart
- Index (1/2)
- Index (2/2)
Product information
- Title: Programming in C by Jamwal
- Author(s):
- Release date: April 2024
- Publisher(s): Pearson India
- ISBN: 9781322128474
You might also like
book
Hands-On Design Patterns with C++
A comprehensive guide with extensive coverage on concepts such as OOP, functional programming, generic programming, and …
book
Intermediate C Programming
This text provides a stepping-stone for intermediate-level students to go from writing short programs to writing …
book
Computer Programming with C
With text, programs and practical applications cut out for beginners and intermediate-level students, Computer Programming with …
book
C Programming Essentials, 1st Edition
C Programming Essentials is specifically designed t be used at the beginner and intermediate level. The …