how can i make a program with this kind of output..
Enter a number: 5
0
01
012
0123
01234
012345
01234
0123
012
01
0
Answer Posted / vignesh1988i
A SMALL chnge in the above program... in first for loop 'n'
must be changed as 'm'
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Why can’t we compare structures?
How can I change the size of the dynamically allocated array?
What are the uses of null pointers?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is the difference between memcpy and memmove?
What is indirection?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What's the total generic pointer type?
Should I learn data structures in c or python?
diff between exptected result and requirement?
what do you mean by enumeration constant?
Write a program for Overriding.
What are identifiers c?
What is const and volatile in c?
What are local static variables?