Multiple Choice
What is the error in this code?
Byte b = 50;
B = b * 50;
A) b can not store the result 2500, limited by its range.
B) * operator has converted b * 50 into int, which can not be converted to byte without casting.
C) b can not contain value 50.
D) No error in this code
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Which one of the following is a
Q11: What is the numerical range of a
Q12: Which of these coding types is used
Q13: Which of these are selection statements in
Q14: Which operator is used to implement unsigned
Q16: Which of these selection statements test only
Q17: Which of the following statements about the
Q18: Which of these jump statements can skip
Q19: Who is considered as the creator of
Q20: What is stored in the object obj