Computer Science, asked by chandusuryavamsi252, 6 months ago

What will be the output of the following program?
void main(){
int i;
for(i=0;i<5;i++){
int x=0;
printf(""%d"",x);
X++;
}
}​

Answers

Answered by codecracker
2

Answer:

01234

vote me as 5.......:)

Similar questions