write a program to display the numbers in the following
format
4 4
3 3 3 3
2 2 2 2 2 2
1 1 1 1 1 1 1 1
0 0 0 0 0 0 0 0 0
1 1 1 1 1 1 1
2 2 2 2 2
3 3 3
4
Answer Posted / meet parikh
the above answer is in Java...........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are local static variables?
Explain how do you override a defined macro?
What is variable and explain rules to declare variable in c?
Difference between constant pointer and pointer to a constant.
Is null always defined as 0(zero)?
What is an array in c?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the best way to comment out a section of code that contains comments?
What are the scope of static variables?
What is the use of clrscr?
Which driver is a pure java driver
What is new line escape sequence?
What is a example of a variable?
What is unsigned int in c?
What happens if you free a pointer twice?