Home »
MCQs »
C++ MCQs
Which of the following given option is used to complete the function declaration?
101. Which of the following given option is used to complete the function declaration?
- Semicolon
- Colon
- Comma
- None of the above
Answer: C) Comma
Explanation:
The semicolon is used to complete the function declaration.