Write a program to produce the following output:
1
2
3
4
5
6
7
8
9
10

Answer Posted / bilal

guys how about the question write a program toprint

1
2 3
4 5 6

Is This Answer Correct ?    26 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use namespace feature?

569


What is a #include preprocessor?

600


What is the difference between near, far and huge pointers?

618


Write a program to check palindrome number in c programming?

585


Why & is used in c?

694






write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3325


why do some people write if(0 == x) instead of if(x == 0)?

639


Explain what is page thrashing?

598


What is a null string in c?

569


How can you increase the allowable number of simultaneously open files?

583


How do I send escape sequences to control a terminal or other device?

595


What are the types of bitwise operator?

649


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

907


What is the use of function in c?

700


What are pointers?

619