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
What are the benefits of c language?
Is c weakly typed?
What functions are used for dynamic memory allocation in c language?
What does int main () mean?
What is scope rule of function in c?
How can I manipulate individual bits?
What is sizeof int in c?
Is c is a high level language?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Does c have circular shift operators?
What is extern keyword in c?
What is array of pointers to string?
What are the types of bitwise operator?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What are the __date__ and __time__ preprocessor commands?