Hi, I'm new to this group. I would like to learn the C language. Can
someone please suggest some good e-books or tutorials to start with??
The best book I know of is not available as an e-book.
Frankly, I haven't seen anything for e-books or tutorials that I'd feel
comfortable recommending. The best book I'm aware of for learning C is
Kim King's "C Programming: A Modern Approach". (Full disclosure: I did
technical review on the 2nd edition. However, that's because I was such
an enthusiastic fan of the 1st edition...) Another well-liked book is
Kernighan & Ritchie, "The C Programming Language". King's book is probably
better if you're a newbie, K&R is written with some assumption that you
can already program some.
-s