TamyP
0
Q:

c for

int i;
for (i = 0; i < n; ++i) { // n is the number of iterations
	// Code here
}
11
int i;

for(i=0; i<5; i++) 
{
	printf("Zahl %d\n", i+1);
}
1

New to Communities?

Join the community