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
Explain how do you convert strings to numbers in c?
Is struct oop?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Write a program on swapping (100, 50)
What is volatile variable in c?
Differentiate between calloc and malloc.
What is actual argument?
What are the different file extensions involved when programming in C?
What does *p++ do?
Disadvantages of C language.
What are the scope of static variables?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
difference between native and cross compilers
Write the syntax and purpose of a switch statement in C.
how to write a c program to print list of fruits in alpabetical order?