notes/education/software development/ECE1400/Chapter 7 Exercises.md
2024-10-01 20:51:24 -06:00

6 lines
132 B
Markdown

> 3. Which of the following aren not legal types in C?
a. `short unsigned int`
b. `short float`
c. `long double`
d. `unsigned long`