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
Are pointers integer?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
0 Answers Amdocs, Apps Associates,
What is a structure in c language. how to initialise a structure in c?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
suppose there are five integers write a program to find larger among them without using if- else
What is the -> in c?
What does a run-time "null pointer assignment" error mean?
What is the use of a static variable in c?
What is a segmentation fault?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
Can we replace the struct function in tree syntax with a union?
convert 0.9375 to binary