exercise:7de2d16e77: Difference between revisions

From Stochiki
No edit summary
Tag: Reverted
(Undo revision 7623 by Admin)
Tag: Manual revert
 
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?

Latest revision as of 19:47, 13 May 2024

  1. 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?
  2. Can the name we use for a data type (e.g. 'int', 'float') be used as a variable?