Question:Which of the following comparison statements will be true if an integer is 16 bits and a long is 32 bits on a machine? 

A -1L < 1U 

B -1L > 1U 

C -1L < 1UL 

D -1L > 1UL 

E syntax error 

+ Answer
+ Report
Total Preview: 1220

Copyright © 2024. Powered by Intellect Software Ltd