Which of the following is not a correct qualifier in C++?

46. Which of the following is not a correct qualifier in C++?

  1. Size qualifier
  2. Type qualifier
  3. Sign qualifier
  4. None of the above

Answer: D) None of the above

Explanation:

There are 3 types of qualifiers used in C++:

  1. Size qualifier
  2. Sign qualifier
  3. Type qualifier

Comments and Discussions!

Load comments ↻






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