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
What is p in text message?
What are actual arguments?
How can I sort more data than will fit in memory?
Can we change the value of static variable in c?
Is int a keyword in c?
Do you know the difference between exit() and _exit() function in c?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
How can I discover how many arguments a function was actually called with?
What is equivalent to ++i+++j?
Ow can I insert or delete a line (or record) in the middle of a file?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What are volatile variables in c?
Why & is used in c?
Explain about the constants which help in debugging?