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
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is the difference between the local variable and global variable in c?
Is it cc or c in a letter?
How can I invoke another program or command and trap its output?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What does return 1 means in c?
What is structure and union in c?
Why are algorithms important in c program?
which type of aspect you want from the student.
List some of the dynamic data structures in C?
Is javascript based on c?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What are the parts of c program?
Where static variables are stored in c?
What does == mean in texting?