Write a program to produce the following output:
1
2
3
4
5
6
7
8
9
10
Answer Posted / jjh
0
1 0 1
2 1 0 1 2
3 2 1 0 1 2 3
4 3 2 1 0 1 2 3 4
5 4 3 2 1 0 1 2 3 4 5
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
Why do we use int main?
What does the error 'Null Pointer Assignment' mean and what causes this error?
I have seen function declarations that look like this
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is #line used for?
Can a program have two main functions?
Difference between strcpy() and memcpy() function?
How we can insert comments in a c program?
What is the difference between typedef and #define?
what is a function method?give example?
Write a program to implement queue.
What are the types of variables in c?
What is "Hungarian Notation"?
What is volatile, register definition in C
What is function what are the types of function?