what is the difference between call by value and call by
reference?

Answer Posted / rama krishna sidhartha

Call by value means passing the values.

Call by reference means passing the address of the variables
given.

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between mpi and openmp?

736


what are bit fields in c?

601


Write a C program to count the number of email on text

1414


What are the 3 types of structures?

569


Why c is called a middle level language?

634






What are the different types of control structures in programming?

658


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

675


Why do we need arrays in c?

581


What is multidimensional arrays

629


What is .obj file in c?

648


What is #define in c?

620


write a program fibonacci series and palindrome program in c

630


Why is main function so important?

613


What is the difference between malloc() and calloc()?

615


Under what circumstances does a name clash occur?

690