exercise:7de2d16e77: Difference between revisions
From Stochiki
(Created page with "# List at least three data types in C ## On your computer, how much memory does each require? ## Which ones can be used in place of another? Why? ### Are there any limitations on these uses? ### If so, what are they? ### Is it necessary to do anything special to use the alternative? # Can the name we use for a data type (e.g. 'int', 'float') be used as a variable?") |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
List at least three data types in C | |||
# On your computer, how much memory does each require? | |||
# Which ones can be used in place of another? Why? | |||
## Are there any limitations on these uses? | |||
## If so, what are they? | |||
## Is it necessary to do anything special to use the alternative? | |||
Revision as of 19:45, 13 May 2024
List at least three data types in C
- On your computer, how much memory does each require?
- Which ones can be used in place of another? Why?
- Are there any limitations on these uses?
- If so, what are they?
- Is it necessary to do anything special to use the alternative?