vault backup: 2024-10-01 21:16:24
This commit is contained in:
parent
f2d6dd8bd7
commit
78c946967f
@ -34,3 +34,8 @@ C. Minutes in a day: `short`
|
|||||||
D. Seconds in a day: `long`
|
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`?
|
> 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`?
|
||||||
|
|
||||||
|
Answer:
|
||||||
|
`unsigned int`
|
||||||
|
|
||||||
|
> 15.
|
Loading…
Reference in New Issue
Block a user