What is the output of the following C Program?

		
					

Loading

โœช Choose the correct option.

What is the output of the following C Program?


#include
int main(){
for(printf("1");!printf("0");printf("2"))
printf("Aditya");
return 0;
}

A. 10Aditya2
B. 10Aditya
C. 10Aditya210Aditya2
D. 10