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
2
Answer:
01234
vote me as 5.......:)
Similar questions