MAH-CET 2025 — Computer PYQ
MAH-CET | Computer | 2025What will be the output of the following C code?
#include <stdio.h>
int main()
{
int y = 10000;
int y = 34;
print f("Hello World! %d\n" , y);
return 0;
}

What will be the output of the following C code?
#include <stdio.h>
int main()
{
int y = 10000;
int y = 34;
print f("Hello World! %d\n" , y);
return 0;
}