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 the features of c languages?
What is the difference between malloc() and calloc() function in c language?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is a pointer and how it is initialized?
What do you mean by a sequential access file?
What is the best way to comment out a section of code that contains comments?
What is the size of enum in c?
What are register variables in c?
Which one would you prefer - a macro or a function?
What are header files in c programming?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is the explanation for modular programming?
What is an auto variable in c?
How do you view the path?
please send me the code for multiplying sparse matrix using c