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 the most efficient way to count the number of bits which are set in an integer?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Explain what is the concatenation operator?
Explain what is the most efficient way to store flag values?
What is the difference between static and global variables?
What is this pointer in c plus plus?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
What are the languages are portable and platform independent?Why they are like that?
What is omp_num_threads?
What are the different flags in C? And how they are useful? And give example for each in different consequences?
Write a program to generate prime factors of a given integer?
What are the basic data types associated with c?