#include int main( int argc, char *argv[] ) { printf("i = "); for( int i = 0; i < 10; i++ ) { printf("%d, ", i); } //printf("%d \n ", i); }