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 / 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 |
Post New Answer View All Answers
What is pointer & why it is used?
What is the heap in c?
What are the advantages of using linked list for tree construction?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
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..
write a program to generate address labels using structures?
difference between object file and executable file
How to implement a packet in C
Is that possible to add pointers to each other?
Explain the use of #pragma exit?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is meant by int main ()?
Difference between exit() and _exit() function?
Why do some versions of toupper act strangely if given an upper-case letter?
What is the difference between memcpy and memmove?