What will be output of the following “C” code?
		
					

Loading

โœช Choose the correct option.

What will be output of the following “C” code?


#include
main()
{
scanf("%d");
printf();
}

which of the following is correct?

A. compilation error
B. Run time error
C. No output
D. depends on the compiler