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


Please Help Members By Posting Answers For Below Questions

What is difference between structure and union?

586


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

734


What is the difference between functions abs() and fabs()?

631


Write a Program to find whether the given number or string is palindrome.

601


What is a method in c?

608






What is pointers in c?

633


Is return a keyword in c?

582


Explain modulus operator.

582


Explain output of printf("Hello World"-'A'+'B'); ?

962


What is linear search?

668


How can you restore a redirected standard stream?

593


Explain how can you tell whether a program was compiled using c versus c++?

563


Why static variable is used in c?

540


What is a union?

595


Explain how can I manipulate strings of multibyte characters?

767