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 #line used for?
# is a preprocessor directive. so it is used in the c program by two way. 1. such as #include stdio.h In this line to read all the library function of stdio.h before processing the program. 2. # define...
Pradeep
what is syntex error
A syntax error is an error which found in the source code of a program or sometimes it can be small grammatical mistakes in spelling or limited to a single character. Programming languages follow their...
Tanha
What is the importance of pointers? People stress more on them. Why they are useful actually what is their importance?
Importance of pointers:- Pointers are used in situations when passing actual values is difficult or not desired. To return more than one value from a function. They increase the execution speed. The...
Pati
How do I get 6 power 13 in c language?
By using pow(6, 13). Don't forget to import math.h header file
Tanush
0 0
5
How would you round off a value from 1.66 to 2.0?
By adding 1.0 (float) to the integer part (type casted) of 1.66.
Dhanya
0 0
6

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-Program Swapping Contents Of Variables Using Function [Call By Reference Method]
//Header Files #include#include // User defined functions swap with 2 pointer variables passed as an argument list void swap(int*i,int*j){ // Local variable temp int temp; // swapping contents using...

C and C++ programming with memory level debugging
Understanding C and C++ programming by using memory level debugging. Step 1: Understand the Memory map of C executable Step 2: Start memory level debugging using popular IDE Step 3: Find the memory...

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...

Some interview questions and answers for fresher level on Pointers
What is a void pointer? Void pointer is a special type of pointer which can reference or point to any data type. This is why it is also called as Generic Pointer. As a void pointer can point to...

Swapping variable contents using C
/* WAP to swap the content of variables using C*/ //Header files #include<stdio.h>#include<conio.h> //Main function void main(){ //Variable declaration of type integer int a,b,c; //function...

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