Question
a.
call by value
b.
call by reference
c.
call by pointer
d.
none of the mentioned
Posted under Object Oriented Programming Using C++
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which is more effective while calling the functions?
Similar Questions
Discover Related MCQs
Q. What is the scope of the variable declared in the user definied function?
View solution
Q. How many minimum number of functions are need to be presented in c++?
View solution
Q. How many ways of passing a parameter are there in c++?
View solution
Q. Which is used to keep the call by reference value as intact?
View solution
Q. By default how the value are passed in c++?
View solution
Q. How many types of returning values are present in c++?
View solution
Q. What will you use if you are not intended to get a return value?
View solution
Q. Where does the return statement returns the execution of the program?
View solution
Q. When will we use the function overloading?
View solution
Q. Which of the following permits function overloading on c++?
View solution
Q. In which of the following we cannot overload the function?
View solution
Q. Function overloading is also similar to which of the following?
View solution
Q. Overloaded functions are
View solution
Q. What will happen while using pass by reference
View solution
Q. When our function doesn’t need to return anything means what will we use/send as parameter in function?
View solution
Q. What are the advantages of passing arguments by reference?
View solution
Q. If the user didn’t supply the value, what value will it take?
View solution
Q. Where can the default parameter be placed by the user?
View solution
Q. Which value will it take when both user and default values are given?
View solution
Q. What we can’t place followed by the non-default arguments?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Object Oriented Programming Using C++? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!