how can i get the output
54321
4321
321
21
1
in c programming........???? pls help......
Answer Posted / gohar
a
22
ccc
4444
eeeee
666666
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Why do we need a structure?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is s in c?
How many data structures are there in c?
What is modeling?
Explain argument and its types.
What is the difference between malloc calloc and realloc in c?
What are the primitive data types in c?
Add Two Numbers Without Using the Addition Operator
What does the && operator do in a program code?
What are linker error?
What is scope rule of function in c?
How many bytes is a struct in c?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.