Chapter 3
1: | Which data type would you use for each of the following kinds of data?
|
A1: |
|
2: | Why would you use a type long variable instead of type int? |
A2: | One reason is that long may accommodate larger numbers than int on your system; another reason is that if you do need to handle larger values, you improve portability by using a type guaranteed to be at least 32 bits ... |
Get C Primer Plus, Fourth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.