engineering recuitment NIELIT Scientific Assistant Mock Test 2025 Programming and Data Structure Programming in C
What type of output is given by the following C program?
#include
main()
{
char Y='X'+255;
printf("%c", Y);
}
1
Overflow error at runtime
2
Y
3
Compile error
4
W