engineering recuitment OPSC Assistant Industries Officer Mock Test 2025 Programming and Data Structure Programming in C
What is the output of this program?
main ( )
{
char ch = 'A';
printf ("%d". sizeof (ch) );
}
1
1
2
12
3
2
4
4
What is the output of this program?
main ( )
{
char ch = 'A';
printf ("%d". sizeof (ch) );
}