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


Please Help Members By Posting Answers For Below Questions

What is the purpose of sprintf() function?

613


What does %c mean in c?

662


What are types of functions?

574


What is #include stdio h?

696


Can you subtract pointers from each other? Why would you?

570






in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

606


What is %d used for?

596


What is dynamic variable in c?

575


What is the scope of an external variable in c?

575


Tell me can the size of an array be declared at runtime?

607


What is conio h in c?

637


What functions are used in dynamic memory allocation in c?

604


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

769


Describe static function with its usage?

622


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

612