This Example code is written is basic. The counter variable is the Number you want to reach. You use a for loop to print from 1 to the counter number. Then you increase the counter number by 1 then...
// Here are three ways to answer your question. Hope it's not a homework assignment!
// -----Method 1------ //
include
int main() {
printf("1121231234");
return 0;
}
// -----Method...