Home »
MCQs »
C++ MCQs
Which of the following whitespace characters can be used in C++?
15. Which of the following whitespace characters can be used in C++?
- Horizontal tab
- Vertical tab
- Form feed
- New line
Options:
- 1 and 2
- 3 and 4
- 1, 3, 4
- All 1,2,3,4
Answer: D) All 1,2,3,4
Explanation:
In C++, we can use the following whitespace characters:
- Space
- Horizontal tab
- Vertical tab
- Form feed
- New-line