Multiple Choice Question

Quiz Guidelines

 

QID: 
90
Question: 

Which of the following is illegal?

Select 1 option

A. char c = 320;
B. float f = 320;
C. double d = 320;
D. byte b = 320;
E. None of the above is illegal.

Q&A Set: