

MCQOPTIONS
Saved Bookmarks
1. |
b cannot contain value 100, limited by its range |
A. | * operator has converted b * 50 into int, which can not be converted to byte without casting |
B. | b cannot contain value 50 |
C. | No error in this code |
Answer» B. b cannot contain value 50 | |