engineering recuitment RPSC Programmer Mock Test 2024 Programming and Data Structure Programming in C
Consider the following block of code in Java
int a;
byte b;
b = (byte) a;
name the kind of conversion in the above code1
narrowing
2
widening
3
broadening
4
shortening