vault backup: 2024-10-01 21:06:24

This commit is contained in:
zleyyij 2024-10-01 21:06:24 -06:00
parent 37759daba4
commit f2d6dd8bd7

View File

@ -33,3 +33,4 @@ B. Days in a year: `short`
C. Minutes in a day: `short`
D. Seconds in a day: `long`
> 10. Suppose that `i` is a variable of type `int`, `j` is a variable of type `float`, and `k` is a variable of type `unsigned int`. What is the type of the expression `i + (int) j * k`?