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 'bus error'?
What is data structure in c and its types?
What is the process to create increment and decrement stamen in c?
Write a Program to find whether the given number or string is palindrome.
Why is c called "mother" language?
What is the easiest sorting method to use?
how do you programme Carrier Sense Multiple Access
What does s c mean in text?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
How pointer is different from array?
Does sprintf put null character?
Is it possible to pass an entire structure to functions?
How can you allocate arrays or structures bigger than 64K?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Write a program to know whether the input number is an armstrong number.