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
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 |
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 |
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is const volatile variable in c?
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
What are the functions to open and close the file in c language?
how to create c progarm without void main()?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
Reverse a string word by word??
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
what is the diff b/w static and non static variables in C. Give some examples plz.
What is a const pointer, and how does it differ from a pointer to a const?
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?