Which of the following whitespace characters can be used in C++?

15. Which of the following whitespace characters can be used in C++?

  1. Horizontal tab
  2. Vertical tab
  3. Form feed
  4. New line

Options:

  1. 1 and 2
  2. 3 and 4
  3. 1, 3, 4
  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

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.