What is the difference function call by value & function
call by reference?

Answer Posted / sona

In call by reference we provide address of another variable


In call by value we directly assigned value to variable

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is non linear data structure in c?

561


Write a program in c to replace any vowel in a string with z?

680


What is the role of this pointer?

540


Explain what does the function toupper() do?

627


Explain what are run-time errors?

601






why we wont use '&' sing in aceesing the string using scanf

1776


What are types of functions?

556


What is the use of ?

613


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

1896


What is action and transformation in spark?

585


What is wrong with this initialization?

577


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

603


How can my program discover the complete pathname to the executable from which it was invoked?

653


What is function in c with example?

619


What is the difference between char array and char pointer?

520