Home »
MCQs »
C++ MCQs
The default argument gets bound during declaration but is executed during the function call?
78. The default argument gets bound during declaration but is executed during the function call?
- True
- False
Answer: A) True
Explanation:
Yes, the default argument gets bound during declaration but is executed during the function call.