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 real time system?what is the differance between hard and soft real time systems
What is a macro in c preprocessor?
What are c header files?
write a program to display the array elements in reverse order in c language
What is typedef?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Which command is more efficient? *(ptr+1) or ptr[1]
can v write main() { main(); } Is it true?
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
write a function which accept two numbers from main() and interchange them using pointers?
write a program to convert a expression in polish notation (postfix) to inline (normal)
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?