Which book is good for C language?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

MS SQL SERVER DBA Trainer

Let Us C by writer-- Yashavant P. Kanetkar (Author)
Comments

PHP Software Engineer

Let us C by Yashavant Kanetkar
Comments

For Begineer: C programming by Yashwant Kanitkar For Advance: C PRogramming by K&C
Comments

Computer Science Tutor

"ANSI C" by Balagurusamy , to understand C easily and "Let Us C" by Yashwant Kanetkar, to practice question answers.
Comments

Maths Tutor

Programming in ANSI C by Balagurusamy
Comments

IT Professional Trainer with 22 years experience

1) "working with C" by Yashwant Kanetkar 2) C in depth
Comments

Expert in C and C++ Teaching

Best book to learn C language dennis ritchie and balaguruswamy.for advance level read Yaswanth books
Comments

Tutor

Read "C for Dummies" and then move on to "Let us C" by Yashvant Kanetkar...After these 2 books, solve as many code as u can
Comments

Coding Expert

c++ books by e.balagurusam
Comments

Tutor

There are lots of popular books available in the C language. The following three books are very popular. The first one is by Kernighan and Ritchie. The C language was developed by Ritchie. For a new learner, this book may be a harder one. 1. The C programming Language: by Kernighan and Ritchie 2. Programming...
read more
There are lots of popular books available in the C language. The following three books are very popular. The first one is by Kernighan and Ritchie. The C language was developed by Ritchie. For a new learner, this book may be a harder one. 1. The C programming Language: by Kernighan and Ritchie 2. Programming in ANSI C : by E Balagurusamy (My choice) 3. Let Us C : by Yashavant Kanetkar read less
Comments

View 33 more Answers

Related Questions

Can include files be nested?
Yes. Include files can be nested any number of times. As long as you use precautionary measures, you can avoid including the same file twice. In the past, nesting header files was seen as bad programming...
Himangi
0 0
7
What is an lvalue?
L-value is short form for left side value. Similarly, r-value, means, right side value.
Nagasanthoshi
How do I write code in C programming that will invert a string like "Welcome to programming" to “gnimmargorp ot emocleW”?
void main() { char msg = "Welcome to Programming"; char str; int i = 0, j = 0; clrscr(); while (msg != '\0') { if (msg != ' ') { str = msg; j++; ...
Mukul
Who founded the C language? Why?
The C programming language was developed by Dennis Ritchie at Bell Labs in the early 1970s. Ritchie, along with his colleague Ken Thompson, created C as an evolution of the B programming...
Santosini
0 0
7

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

Ask a Question

Related Lessons

Compiler vs Interpreter
Compiler Interpreter Convert all the code into binary format and execute. Convert one statement at a time and execute, then Convert next statement and execute. After conversion, source...

Working with C/C++ applications
Inorder to learn C and C++ programming languages one can work with various editors available.To name a few are the most popular one is turbo c++, DEV C++, Eclipse, NetBeans. Here are the screen shots...

C Language
To get help in C window (for keywords, functions) press Alt +F1.To delete a single line , use the shortcut key CTRL +Y.If you got error about the path when you execute a C pgm, check the Options menu =>Directories.
T

Thilagam S.

0 0
0

Bit wise operators in C
Bit Wise Operators Bit Wise operators are manipulates of individual bits with in a word of memory. The bit wise operators can be divided in to three general category. One’s Complement...

C PROGRAM FOR GENERATING SOUND
#include<stdio.h> #include<conio.h> #include<dos.h> void main() { sound(3000); // sound function have single parameter , this parameter we put integer value its generating...

V. Muthu Ganeshan

0 0
0

Recommended Articles

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

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