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

What is a macro, and how do you use it?
A macro is a fragment of code which has been given a name. Whenever the name is used, it is replaced by the contents of the macro. There are two kinds of macros. They differ mostly in what they look...
Sandeep
How can I develop my C language?
To develop your skills in the C programming language, consider the following steps: 1. Learn the Basics: Start with understanding the fundamental concepts of C, such as variables, data types, operators,...
Himanshu
0 0
5
How do I get C help in Ubuntu?
Use command line tool 'man'. for example 'man printf' will give you details regarding printf function C
Ashmita
0 0
5
In which program we use character constants?
For the name of months, animal, colors we do use it.
Mona
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

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

Ask a Question

Related Lessons

Array vs Linked List
Array Linked List Accessing element is easy. Accessing element is difficult compare to Array. Easy to use. Difficult to use. Memory is Fixed size. Memory is variable size. If...

What Would Be Life Cycle Of A Fresher After Campus In An IT Company?
1. Basic Technical Training: Since freshers are not subject matter experts so gone through 3 - 6 months basic technical training within Organization. 2. Technical Assessment: HR sends freshers to various...

C Program-Error Handling[Program Exit Status]
//Header files #include<stdio.h>#include<conio.h>#include<stdlib.h> //Main Function void main(){ int dividend=20; int divisor=5; int quotient; //Function for clearing screen clrscr();...

Program to swap the value of two variables without using third variable(simplest way)...
int main() { int a=10,b=20; printf("values of a before swap ="%d,a); printf("values of b before swap ="%d,b); a=a+b; b=a-b; a=a-b; printf("******************"); printf("values of a after swap...

C Program-Temperature [conversion from farenheit to degree celsius]
//WAP to convert temperture from farenheit into degree celsius //Header files#include<stdio.h>#include<conio.h> //Main functrion void main(){ //Variable declaration of type float float...

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