TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Answers to Exercises - "The C Programming Language", 2nd edition

28 pointsby AbyCodesabout 14 years ago

4 comments

SoftwarePatentabout 14 years ago
When I was using these answers to work through the book myself, I was very annoyed when the answer would use pointers BEFORE they had been introduced in the text.
评论 #2477110 未加载
mungabout 14 years ago
Write a program to determine the ranges of char , short , int , and long variables, both signed and unsigned , by printing appropriate values from standard headers and by direct computation. - 1st on Chapter 2.<p>I'm actually reading that book right now. I didn't find the answer on the site very satisfying.
vishaldpatelabout 14 years ago
Cool.. it'll be interesting to see how different their answers are from my own =).
gcheongabout 14 years ago
There is also "The C Answer Book" by Tondo and Gimpel.