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?") |
(Undo revision 7623 by Admin) Tag: Manual revert |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 19:47, 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?
- Can the name we use for a data type (e.g. 'int', 'float') be used as a variable?