โช Choose the correct option.
What will be the output of the following program on GCC?
#include
int main(){
int i;
for(i=1;i++<=5;printf("%d ",i));
return 0;
}
What will be the output of the following program on GCC?
What will be the output of the following program on GCC?
#include
int main(){
int i;
for(i=1;i++<=5;printf("%d ",i));
return 0;
}