notes/education/software development/ECE1400/Chapter 7 Exercises.md

6 lines
132 B
Markdown
Raw Normal View History

2024-10-02 02:51:24 +00:00
> 3. Which of the following aren not legal types in C?
a. `short unsigned int`
b. `short float`
c. `long double`
d. `unsigned long`