which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....

Answers were Sorted based on User's Feedback



which is the best site or book for learning C...and i need the content for C..how to get the good pr..

Answer / shrikantauti

I would suggest you to read 'Let Us C' by Yashwant Kanetkar.
It includes all the things required for beginners.

Is This Answer Correct ?    8 Yes 1 No

which is the best site or book for learning C...and i need the content for C..how to get the good pr..

Answer / nitish

There are number of books and tutorials to learn C language. I visited a site that have all the materials for all programming languages...

Try these Links :

http://123techbooks.blogspot.com/search/label/C%20BOOKS
http://123techbooks.blogspot.com/2010/12/c-tutorials.html

I think this may give you maximum materials for your Courses..

Thanking You,
Nitish

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More C Interview Questions

int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?

5 Answers   CMC,


What is the difference between array_name and &array_name?

0 Answers  


WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****

2 Answers  


Can we declare variable anywhere in c?

0 Answers  


what is the difference between 123 and 0123 in c?

0 Answers  






print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5

3 Answers   Winit,


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


How is a pointer variable declared?

0 Answers  


For what purpose null pointer used?

0 Answers  


What are keywords c?

0 Answers  


c programming of binary addition of two binary numbers

4 Answers  


What is the easiest sorting method to use?

0 Answers  


Categories