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 are the types of pointers?

590


Explain the difference between ++u and u++?

630


What is a macro, and explain how do you use it?

615


What does the file stdio.h contain?

595


What is the use of a conditional inclusion statement in C?

592






What are pointers?

621


what does static variable mean?

641


What are dangling pointers? How are dangling pointers different from memory leaks?

607


Write a program to print ASCII code for a given digit.

675


What is the use of putchar function?

642


What are external variables in c?

535


Does * p ++ increment p or what it points to?

599


What are the valid places to have keyword “break”?

642


Write a code on reverse string and its complexity.

593


Write a program to find factorial of a number using recursive function.

632