What is the difference function call by value & function
call by reference?
Answer Posted / abirami
function call by refernce will be begin with "&" symbols.i
think sooo..
but i dont know to explain function call by values!!!!!!!
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
C language questions for civil engineering
What is d scanf?
Explain what is the most efficient way to store flag values?
#include
How can I run c program?
What are the types of type qualifiers in c?
Differentiate between a structure and a union.
What is the acronym for ansi?
What are the advantages of Macro over function?
What is a wrapper function in c?
Tell us the use of fflush() function in c language?
Explain how do you generate random numbers in c?
What is quick sort in c?
What is pointer to pointer in c with example?
State the difference between x3 and x[3].