New Delhi: BPB Publications, 2017. — 487 p.
Key FeaturesStrengthens the foundations, as a detailed explanation of programming language concepts are given
Lists down all the important points that you need to know related to various topics in an organized manner
Provides In-depth explanation of complex topics
Focuses on how to think logically to solve a problem
DescriptionBest way to learn any programming language is to create good programs in it. C is not an exception to this rule. Once you decide to write any program you would find that there are always at least two ways to write it. So you need to find out whether you have chosen the best way to implement your program, That’s where you would find this book useful. It contains solutions to all the exercises present in Let Us C 17th Edition. If you learn the language elements form Let Us C, write programs for the problems given in the exercises and then cross check your answers with the solutions given in this book you would be well on your way to become a skilled C programmer.
What will you learn
C Instructions
Decision Control Instruction , Loop Control Instruction , Case Control Instruction
Functions, Pointers, Recursion
Data Types, The C Preprocessor
Arrays, Strings
Structures, Console Input/Output, File Input/Output
Who this book is forStudents, Programmers, researchers, and software developers who wish to learn the basics of C programming language.
Before We Begin...
Getting Started
C Instructions
Decision Control Instruction
More Complex Decision Making
Loop Control Instruction
More Complex Repetitions
Case Control Instruction
Functions
Pointers
Recursion
Data Types Revisited
The C Preprocessor
Arrays
Multidimensional Arrays
Strings
Handling Multiple Strings
Structures
Console Input/Output
File Input/Output
More Issues In Input/Output
Operations On Bits
Miscellaneous Features
Periodic Tests - I, II, III, IV