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.
No Answer is Posted For this Question
Be the First to Post Answer
what is link list?
how to write a c program to print list of fruits in alpabetical order?
what is the use of pointers
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
find the size of structure without using the size of function
how 2 compile & execute c program with out using editor?
to get a line of text and count the number of vowels in it
write a program to print calender using for loop.
regarding pointers concept
wtite a program that will multiply two integers in recursion function
What does void main return?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.