C Programming & Data Structures
โ Scribed by E. Balagurusamy
- Publisher
- Mcgraw Hill Higher Education
- Year
- 2009
- Tongue
- English
- Leaves
- 584
- Edition
- 4
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Table of Contents
Title
Contents
Unit 1
1 Algorithms
2 Overview of C
3 Constants, Variables, and Data Types
4 Operators and Expressions
5 Managing Input and Output Operations
6 Decision Making and Branching
7 Decision Making and Looping
Unit II
8 Arrays
9 Handling of Character String
10 User-Defined Functions
Unit III
11 Pointers
Unit IV
12 Structures and Unitons
Unit V
13 File Management in C
Unit VI
14 Data Structures
Unit VII
15 Dynamic Memory Allocation and Linked Lists
16 Binary Trees and Graphs
Unit VIII
17 Sorting and Searching Techniques
Appendix A ASCII Values of Characters
Appendix Multiple Choice Questions
Appendix C Solved Question Paper
Bibliography
Review Questions
๐ SIMILAR VOLUMES
C++ Programming: Program Design Including Data Structures, Sixth Edition remains the definitive text for the CS1/CS2 course sequence. D.S. Maliks time-tested, student-centered methodology uses a strong focus on problem-solving and full-code examples to vividly demonstrate the how and why of applying