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 are dangling pointers in c?
What is %lu in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the meaning of c in c language?
how to introdu5ce my self in serco
I have seen function declarations that look like this
hi, which software companys will take,if d candidate's % is jst 55%?
write an algorithm to display a square matrix.
How do we print only part of a string in c?
Explain what is the difference between text files and binary files?
What is a pointer in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is difference between array and pointer in c?
Explain what are bus errors, memory faults, and core dumps?
Write the test cases for checking a variable having value in range -10.0 to +10.0?