What will be the output of the following program : void main() { int a=5; printf("%d"); }
Compile-Time Error
5
Unpredictable
No output