Skip to content

Files

Latest commit

 

History

History

26

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Exercise 4.26

In our grading example in this section, what would happen if we used unsigned int as the type for quiz1?

Solution

quiz1 would not be guaranteed at least 32 bits in length, but 16.