โช Choose the correct option.
What is the output of the following program on GCC compiler?
#include
int main(){
int x=-5;
for(;x;printf("%d ",++x));
return 0;
}
What is the output of the following program on GCC compiler?
What is the output of the following program on GCC compiler?
#include
int main(){
int x=-5;
for(;x;printf("%d ",++x));
return 0;
}