please tell me the best book for c programming language

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

Rubiks Cube, Chess, Vedic Maths Online and Home Training

Let us C - kanetkar
Comments

Maths and Science Professional Trainer with14 Years of experience in Teaching

LET US C by Yashwant Kanetkar. This book is very useful to improve the practical Knowledge. For Theory - Programming in C by Balagurusamy
Comments

Perl Developer | Perl Trainer

For C, I would suggest nothing but The C Programming Language by Dennis Ritchie and Brian Kernighan.
Comments

'The C Programming Language' from Kernighan & Ritchie is a very good book.
Comments

Python Trainer

C Programming Language (2nd Edition By B. W. Kernighan & D. M. Ritchie) This book has been written by the Developers of C language. It provides better insights of the C language such as control flow, operators, data structure, and constructors in C. All of the concepts are discussed with proper examples....
read more
C Programming Language (2nd Edition By B. W. Kernighan & D. M. Ritchie) This book has been written by the Developers of C language. It provides better insights of the C language such as control flow, operators, data structure, and constructors in C. All of the concepts are discussed with proper examples. If you are trying to learn a better programming style, reuse of code, and importance of proper comments, this book is best for you. read less
Comments

16-Year Experienced Software Architect | Expert in Mentoring & Training Students and Professionals

You can start with Byron Gotrifield -> Schaums outline of programming
Comments

Computer Teacher experienced in web designing, Java Trainer, Soft skill training

Balaguru swamy and Let us C by knitkar are the best books but if still you could not understand the language of these books try reading C and C++ of kalyani publishers the language is much more easier than above books
Comments

Coaching

Yes, "LET US C" by Yashwant Kanetkar is the one of the best book
Comments

Train the students to shine in IT world.

Try with an author : Greg Perry.
Comments

Technical Trainer

For beginners LET US C is one of best book
Comments

View 50 more Answers

Related Questions

What is C++
A high-level programming language developed by Bjarne Stroustrup at Bell Labs. C++ adds object-oriented features to its predecessor, C. C++ is one of the most popular programming language for graphical...
Shoaib
What is Enum
An enumeration is a set of named integer constants. An enumerated type is declared using the enum keyword. C# enumerations are value data type. In other words, enumeration contains its own values and cannot inherit or cannot pass inheritance.
S
What is the actual size of INT in the C language, 2 or 4 bytes?
The actual size to int is determined by the compiler as the program runs. But theoretically the size is 2 bytes. You can increase the size by adding keyword long infront of it to make the size 4 bytes. Eg int a; // 2 bytes Long int b; // 4 bytes
Kunal

What is the main difference between returning value of a function and does not return any value of a function in  C. Which is correct void main(void), int main(void), int main(int) , or void main(int) and explain the main difference between int main() and int main(void). 

A function may or may not return a value to the calling function. If the function is returning a value, then you have to mention the data type in the function definition and funtion declaration (like int,...
Mahesh Kondawar
Are C Programmers currently in demand?
Ofcourse, C is alwasy in demand. In the beginning a lot of the big project developed in C language. Now a days, there are a lot of language in market and speciallity is growing in IT field. For a big organization...
Harsha

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

C++ Fundamentals - Introduction
Introduction to C++ C++ CHARACTER SET It is the set of all valid characters that a language can recognize . It represents any letter, digit, or any other sign .C++ character set: LETTERS...
R

Tress And Its Traversal
Depth First Traversals:(a) Inorder (Left, Root, Right) : 4 2 5 1 3(b) Preorder (Root, Left, Right) : 1 2 4 5 3(c) Postorder (Left, Right, Root) : 4 5 2 3 1 Trees are one of the data structures like...

Do (pre & post)Increment and decrement operators behave differently when printed in the same and different line in C++?
Before I explain anything,I would like you to run the following program. void main() {int j =10; cout<<“j before increment =“<<j; cout<<“++j =“<< ++j; cout<<“...

Why do pointers have a datatype?
Before we start with pointers you must know what is a variable and a datatype. int a; This is the basic line in every program in 'C' . It means that we are asking the compiler to give us 2 bytes of space...

Implicit Typecasting & Explicit Typecasting
In C++ it is possible to cast child class reference variable to parent class Reference. When ever we are Converting a derived-class reference or pointer to a base-class reference or pointer is called...

Recommended Articles

Introduction C++ is an excellent programming language and many of the applications are written in C++ language. It has generic, object-oriented & imperative programming features, and also provides facilities for low-level memory manipulation. Successor of C language, it is an OOP (object oriented programming) language...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Looking for C++ Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you