engineering recuitment IB JIO (Junior Intelligence Officer) Mock Test 2023 Programming and Data Structure Programming in C
What is the output of this program?
main ()
{
print (" \ n % x ", -1 > > 4);
}
1
ffff
2
0ff
3
0
4
0fff
What is the output of this program?
main ()
{
print (" \ n % x ", -1 > > 4);
}