Answer Posted / vrushali
i feel perror would work for it..
please corect me if i m wrong
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is use of bit field?
How do I use void main?
What does c mean before a date?
What is floating point constants?
What is the advantage of c?
List the different types of c tokens?
Write a program to check armstrong number in c?
How can you invoke another program from within a C program?
what is the diffrenet bettwen HTTP and internet protocol
How can type-insensitive macros be created?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Why is event driven programming or procedural programming, better within specific scenario?
string reverse using recursion
What is a rvalue?
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.