Answer Posted / kalyani.p.v
call by value:The called function sends its value as
argument to calling function.
Call by reference:The calling function sends address of
variable to the called functin.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What do you mean by c what are the main characteristics of c language?
When is a null pointer used?
What are qualifiers and modifiers c?
Why we use void main in c?
What is the use of pragma in embedded c?
What is modifier & how many types of modifiers available in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is the use of pointers in C?
What is getche() function?
Suggesting that there can be 62 seconds in a minute?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Can 'this' pointer by used in the constructor?
What is the difference between union and anonymous union?
How can I delete a file?
What are the advantages of the functions?