Q. What will be the output of the following C co #include
Code:<stdio.h>
int main()
{
printf("Hello World! %d \n", x);
return 0;
}
β
Correct Answer: (C)
Compile time error