what is the difference between call by value and call by
reference?
Answer Posted / m.karthiga
in call by value the changes do not affect the value of a
variable because value is passed.but call by reference
should affect the value of a variable because address is
passed
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
What is property type c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Is file a keyword in c?
write a program in c language to print your bio-data on the screen by using functions.
What does c mean?
Explain what are the different file extensions involved when programming in c?
Can you add pointers together? Why would you?
What is a spanning Tree?
Differentiate between a structure and a union.
Describe the modifier in c?
Explain what is wrong in this statement?
What is the purpose of the preprocessor directive error?
What is the data segment that is followed by c?
what is stack , heap ,code segment,and data segment