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 Share the Post
A.The destination type is smaller than source type.B.The destination type is larger than source type.C.The destination type can be larger or smaller than source type.D.None of Options are Correct Share the Post