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 default value of local and global variables in c?
Differentiate between null and void pointers.
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
Give differences between - new and malloc() , delete and free() ?
how to use enum datatype?Please explain me?
What is the use of getchar functions?
What is define directive?
What kind of sorting is this? SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort
why integer range between -327680to+32767
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
what is the different bitween abap and abap-hr?