As of today, the best locations by price for C/C++ standards documents in PDF are:
Note that the C90 standard is much more useful than the significantly different C99 standard, since C99 hasn't been widely implemented by compilers.
If you want a hardcopy of the C90 standard for much less money than above, you may be able to find a cheap used copy of Herb Schildt's book The Annotated ANSI Standard at Amazon, contains the actual text of the standard.
As mentioned in several answers here, the draft versions of these standards are freely downloadable (refer to those answers or Google for download locations). However, in my opinion, even though the draft versions might be very close to the final ratified versions of the standards, you should really get a copy of the actual documents - especially if you're planning on quoting them as references. Of course, starving students should go ahead and use the drafts if strapped for cash.