C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 7)
7.
Which of the following concept of oops allows compiler to insert arguments in a function call if it is not specified?
Call by value
Call by reference
Default arguments
Call by pointer
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
22 comments Page 2 of 3.

Manish said:   1 decade ago
Please clarify me What is the difference between call by pointers and call by reference? Explain it with e.g.

Venkatareddy said:   1 decade ago
Difference between call by value & call by pointer & call by reference perfect answer give me?

Ash said:   1 decade ago
In call by value we directly pass value and in call by reference we pass address of that value.

Revathi said:   1 decade ago
Give an example program for each call by value, call by reference, call by pointer.

Piyush said:   6 years ago
Default parameters are the parameter used when not any other parameters are given.
(3)

Guru said:   1 decade ago
What is mean by call by value, call by Reference and its difference?

Sakthi said:   1 decade ago
Hi @Amol.

What was the out put of the example program?

Harish said:   1 decade ago
Difference b/w call by reference and call by pointer ?

Sowmya said:   1 decade ago
How come default arguments can you please explain ?

Saroj said:   1 decade ago
Call by reference means call by address thats it.


Post your comments here:

Your comments will be displayed after verification.