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


Please Help Members By Posting Answers For Below Questions

Difference between goto, long jmp() and setjmp()?

712


Why array is used in c?

555


What is the difference between exit() and _exit() function?

610


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

776


How many bytes is a struct in c?

730






any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

697


What is the use of structure padding in c?

567


What is use of #include in c?

604


Is c++ based on c?

657


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1078


Are enumerations really portable?

598


Define recursion in c.

704


What is bubble sort in c?

640


Which programming language is best for getting job 2020?

611


Explain how can you tell whether two strings are the same?

587