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
Is it acceptable to declare/define a variable in a c header?
Hai what is the different types of versions and their differences
What is the right way to use errno?
How do you define a string?
How does sizeof know array size?
What is variable in c example?
write a program for the normal snake games find in most of the mobiles.
Why is c so popular?
What is the use of a ‘ ’ character?
Why we write conio h in c?
What is masking?
What is the difference between abs() and fabs() functions?
What is header file definition?
Where are some collections of useful code fragments and examples?
Why is c so powerful?