Question
a.
It cannot change the actual parameter value
b.
It can change the actual parameter value
c.
Parameters is always in read-write mode
d.
None of them
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 statement is correct about Passing by value parameters?
Similar Questions
Discover Related MCQs
Q. A function in C++ that does not return a value is declared with
View solution
Q. A function is invoked by a
View solution
Q. Void function is also called as
View solution
Q. C++ allows you to use the same name for different functions with different parameters, is called
View solution
Q. Which function is known as standard library function?
View solution
Q. Which C++ function is used for finding the absolute values?
View solution
Q. Iteration uses a repetition structure whereas recursion uses
View solution
Q. Pre-defined functions and other program elements are accessed through
View solution
Q. Actual parameters must be variables, is a condition of
View solution
Q. Which function is provided by the C++, for reducing the function-call overhead?
View solution
Q. Several functions of the same name can be defined, as long as they have different parameters, this is called
View solution
Q. A function that is called by itself, either directly or indirectly is called as
View solution
Q. A directive that is used to include other files, such as function declaration is called
View solution
Q. A function cannot be defined inside
View solution
Q. How many storage classes specifies are offered by C++?
View solution
Q. An identifier's storage class determines
View solution
Q. To declare identifiers for variables and functions of static storage class, which keywords are used?
View solution
Q. A permutation is an arrangement of elements taken form
View solution
Q. Int &x; this syntax is used when
View solution
Q. Recursive call is also known as
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!