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

we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

635


Is it fine to write void main () or main () in c?

547


How to create struct variables?

592


What is the difference between far and near ?

684


about c language

1602






What is s in c?

618


Why do we need volatile in c?

743


What are lookup tables in c?

550


How can you invoke another program from within a C program?

618


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

804


What is variable in c example?

594


There seem to be a few missing operators ..

619


All technical questions

1511


What is n in c?

575


Can you pass an entire structure to functions?

696