b) b cannot contain value 100, limited by its range c) No error in this code d) * operator has converted b * 50 into int, which can not be converted to byte without casting View Answer 14. Which of the following is a type of polymorphism in Java Programming? a) Multiple polymorphism...
25. Which of the following is not possible statically in C language? a) Jagged Array b) Rectangular Array c) Cuboidal Array d) Multidimensional Array View Answer 26. Which of the following return-type cannot be used for a function in C? a) char * b) struct c) void d) none of the ...