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
How can I find the modification date of a file?
Does c have enums?
How to draw the flowchart for structure programs?
What are two dimensional arrays alternatively called as?
Why can arithmetic operations not be performed on void pointers?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is strcpy() function?
What is string concatenation in c?
what is stack , heap ,code segment,and data segment
What is the difference between struct and union in C?
What are the types of macro formats?
Explain how can type-insensitive macros be created?
I need testPalindrome and removeSpace
#include
How can I open files mentioned on the command line, and parse option flags?