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 |
When is a null pointer used?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is meant by errors and debugging?
Why pointers are used in c?
What is structure in c explain with example?
implement NAND gate logic in C code without using any bitwise operatior.
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
write a program to delete an item from a particular location of an linear array?
Is file a keyword in c?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
What is the use of typedef in structure in c?