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....
Answer Posted / 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 View All Answers
What are # preprocessor operator in c?
What are terms in math?
What does c mean in basketball?
what is the function of pragma directive in c?
What is scope rule in c?
Explain the priority queues?
What's the difference between constant char *p and char * constant p?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What do you mean by keywords in c?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
can we implement multi-threads in c.
Can you please compare array with pointer?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Create a simple code fragment that will swap the values of two variables num1 and num2.