views:

99

answers:

2

Possible Duplicate:
What is the best way to learn C? What next after K&R?

Hello,

sorry ,i was supposed to write c-programming .I am new to programming but i am studying using refernces available on Internet. Could anyone can give me reference link or book name in which i can learn about c-programming on linux thoroughly and practise the tutorials provided in book or link

+4  A: 

If you have some previous experience (with another language) there's nothing better than going to the bookstore and buying K&R2.

Then read it and do the exercises.

c-faq.com has a list of online resources you may want to try ( http://c-faq.com/resources/tutorials.html ). I can't comment on how good they are for beginners. Oh ... and c-faq itself is a must read!

pmg
Agreed. It's an amazingly readable book for first being published in what, 1978?
kubi
@kubi: The 1st edition was published in '78, the 2nd edition in '88 (just before ANSI published the C89 Standard). The 2nd edition is mostly ANSI C compatible; the 1st edition is only good for collectors and historians and such
pmg
A: 

Харви и Пол Дейтел - Как программировать на С++. Or in english Deitel - How to program in C++. Very good book! You must do all exercises!

yozhik
C++ is not the same thing as C.
perp