Vidyalelo
C++ Programming · Q52

Functions and Procedures in C++

Programming · C++ Programming · question 52

Q52

If an argument from the parameter list of a function is defined constant then . . . . . . . .

A.
It can be modified inside the function
B.
It cannot be modified inside the function
Answer
C.
Error occurs
D.
Segmentation fault

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board