โช 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;
}
#include
int main(){
for(printf("1");!printf("0");printf("2"))
printf("Aditya");
return 0;
}