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
What is keyword in c?
Explain void pointer?
How will you delete a node in DLL?
Why malloc is faster than calloc?
Explain the array representation of a binary tree in C.
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Write a program to swap two numbers without using third variable?
What is a static variable in c?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
How many keywords are there in c?
Should I learn data structures in c or python?
What is boolean in c?
What is bubble sort in c?
How do you construct an increment statement or decrement statement in C?
How can a program be made to print the line number where an error occurs?