exmple for loop in c code example Example: for loop in c int i; for (i = 0; i < n; ++i) { // n is the number of iterations // Code here }