What will be the output of the following program on GCC?

		
					

Loading

โœช Choose the correct option.

What will be the output of the following program on GCC?

#include 
int main() {
printf("%d %c ");
return 0;
}

A. compiler error
B. 0
C. integer garbage value, character garbage value
D. No error, No output