Explore how output changes when you change the initialization statement, condition statement, increment statment in this for loop.

for (int i = ; i < ; i = i + ) {
 printf("%i ", i);
}
Output: