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
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Why calloc is better than malloc?
Explain what is a pragma?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Why is structure important for a child?
Tell me about low level programming languages.
How can I implement sets or arrays of bits?
When should we use pointers in a c program?
What does & mean in scanf?
What is the difference between test design and test case design?
Are global variables static in c?
What are the advantages of the functions?
What is the difference between printf and scanf in c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Can you think of a logic behind the game minesweeper.