14. Bitwise Operations-I

Question.4

On a platform where int is 32 bits, a developer writes:

uint32_t val = 1;
uint32_t result = val << 32;

What does the C standard say about the value of result?

Need Help? Refer to the Quick Guide below

Select Answer

Restart quiz!