Question:Which of the following operations are INCORRECT? 

A int i = 35; i = i%5; 

B short int j = 255; j = j; 

C long int k = 365L; k = k; 

D float a = 3.14; a = a%3; 

+ Answer
+ Explanation
+ Report
Total Preview: 1311

Copyright © 2024. Powered by Intellect Software Ltd