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

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

8 Answers   Aspire,


Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


How can I write functions that take a variable number of arguments?

0 Answers  


write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

1 Answers  


Explain how can you tell whether two strings are the same?

0 Answers  






Program to swap the any two elements in an array containing N number of elements?

1 Answers   Bosch, Glenwood, Ugam Solutions,


write a program in c language for the multiplication of two matrices using pointers?

8 Answers   Ignou,


Write a program to check prime number in c programming?

0 Answers  


explain what are pointers?

0 Answers  


how to convert binary to decimal and decimal to binary in C lanaguage

7 Answers   BPO, Far East Promotions, IBM, RBS,


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


what is the hardware model of CFG( context free grammar)

0 Answers   Microsoft,


Categories