Write a C program to get the desired output.
1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
.
.
.
1 n..............n 1
Note: n is a positive integer entered by the user.
Answer Posted / tknowledge05
The above guest is me .. ookk....
by the time i solved and executing i was logged out and when i posted the answer it considered guest.......
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Can the sizeof operator be used to tell the size of an array passed to a function?
What does %p mean c?
Why we use break in c?
Difference between exit() and _exit() function?
Is it possible to initialize a variable at the time it was declared?
What are the general description for loop statement and available loop types in c?
What is the difference between exit() and _exit() function?
Does c have circular shift operators?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Why is c still so popular?
What is the use of static variable in c?
What does calloc stand for?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
How many bytes is a struct in c?
What is structure in c definition?