What will be the output of the below program?

			  		

Loading

โœช Choose the correct option.

What will be the output of the below program?


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

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

Leave a Comment