What will be the output of the code
int main(){
int i;
for(i=0;i
i=20;
print(“%d”, i);
}
return 0;
The correct answer is A
Please Register/Login to Download Question