Computer Science, asked by manasrajgarg, 4 months ago

#include
int main() {
static int i;
for (i++; ++i; i++){
printf ("%d ", i);
if (i == 6)
break;
}
return 0;
}
a

Answers

Answered by JITENDRAKUMARLAL
1
Don’t know the language of question
Similar questions