Recent questions tagged output

0 votes
1 answer
32
can anyone explain how the for loop works here..?
0 votes
1 answer
34
2 votes
1 answer
37
#include <stdio.h int main () { int i, j; int a [8] = {1, 2, 3, 4, 5, 6, 7, 8}; for(i = 0; i < 3; i++) { a[i] = a[i] + 1; i++; } i ; for (j = 7; j 4; j ) { int i = j/2; ...