C was a great language to learn 10-15 years ago. I'm not too sure it would be particularly beneficial for a programming language student these days unless s/he had a specific need for it. I heartily recommend learning other languages, however, simply because it broadens your horizons and helps you learn different ways to think about programming problems. Why not try Java instead of C? It's more current, and more useful to you career-wise (if you care about that). Other interesting languages are Smalltalk, Lisp, Eiffel, etc.

If you still want to learn C, the only book on the subject that I have ever used is the "The C Programming Language" by Brian Kernighan and Dennis Ritchie. Countless people have said over the years that it's a terrible book for beginners, but I never found another C book that I liked better. Since it's a controversial recommendation, you should probably get other opinions before you spend any money.


In reply to Re: How does learning C benefit a programmer? by virtualsue
in thread How does learning C benefit a programmer? by nysus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.