Question:Which of the following expression causes a compile-time error in C#? 

A short x=1, y=1; short z=(short) (x+y); 

B short z=1+2; 

C short x=1, y=1; short z=x+y; 

D short z=2000+4333; 

+ Answer
+ Explanation
+ Report
Total Preview: 1079

Copyright © 2024. Powered by Intellect Software Ltd