Hello members...
How are you all ???
I just started the programming and want to learn C for that..
so please tell me the best book to learn the C from the starting...
Thank you in advance......

Recommended Answers

All 9 Replies

Try to read a beginners book on C.
Or read "The C programming language" by Kernigan and Ritchie.

some youtube tutorials are very helpfull to watch. as well as http://www.cprogramming.com/ this site.
I found it very helpful to read, view videos and to try alot of programs on your own. just try and dont give up. be persistant and keep trying programs on your own. if you get stuck then make a post and ask for help.

@OP
Here is a sticky from daniweb, which has a ton of various outlets for learning C. I recently started learning C, after about 2-3 years of Java programming and have found it relatively simple. If you are looking for a one-way outlet to learn (one reference), then this may be of some assistance.

C is a great language for low-level (close to the machine) code, but for more complex systems I prefer C++. You might appreciate this, that I consider Java to be C++ with training wheels! :-) That said, I have developed enterprise class systems with both C and C++ over a 30+ year career as a professional software engineer. I write most of my code (except kernel code) in C++, but I don't eschew C functions, because of their simplicity and practicality, especially for network (sockets) programming - after all, even Stroustrup (the author of C++) considers C++ to be "C with classes". :-)

ANSI C Book.

I started my coding with Yashvant Kanetker's Let Us C, easy to understand.

Shaum's Outline series is also a handy book for C beginners.

I will tell u my journey. arranged from first book i have read till the last book i read from top to bottom.

  1. sumita arora , C++
  2. Yashwant kantekkar , C basics
  3. C, Balagurusamy
  4. dennis Ricthie, C
  5. test ur C skills,, C & C++ both
  6. at last, currently reading tanenbaum ,C .

good luck!!

Problem solving and program design in C - Jeri R. Hanly,Eliot B. Koffman

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.