what is call by value and call by reference

Answer Posted / bharat

call by value means u call function with argument as value
of variable.
and
call by reference means u call function with argument as
address of variable

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is function what are the types of function?

746


What are disadvantages of C language.

876


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

882


What is mean by data types in c?

758


What does *p++ do? What does it point to?

818


provide an example of the Group by clause, when would you use this clause

1960


Explain what are multidimensional arrays?

825


Is it fine to write void main () or main () in c?

744


What is the difference between typedef struct and struct?

837


Difference between Shallow copy and Deep copy?

1787


What is difference between function overloading and operator overloading?

866


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3238


Is r written in c?

901


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

822


Write a program to reverse a string.

841