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
List at least three data types in C
## On your computer, how much memory does each require?
# On your computer, how much memory does each require?
## Which ones can be used in place of another?  Why?
# Which ones can be used in place of another?  Why?
### Are there any limitations on these uses?
## Are there any limitations on these uses?
### If so, what are they?
## If so, what are they?
### Is it necessary to do anything special to use the alternative?
## 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?

Revision as of 19:45, 13 May 2024

List at least three data types in C

  1. On your computer, how much memory does each require?
  2. Which ones can be used in place of another? Why?
    1. Are there any limitations on these uses?
    2. If so, what are they?
    3. Is it necessary to do anything special to use the alternative?