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 is difference between arrays and pointers?
What are the types of macro formats?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
how to execute a program using if else condition and the output should enter number and the number is odd only...
in linking some of os executables are linking name some of them
What is dynamic dispatch in c++?
shorting algorithmS
Explain how can I remove the trailing spaces from a string?
Explain what is dynamic data structure?
Who developed c language and when?
What is union and structure in c?
What is the meaning of && in c?
What is variable and explain rules to declare variable in c?
How are portions of a program disabled in demo versions?
What is a function simple definition?