Which of the following statement is correct about identifiers in C++?

9. Which of the following statement is correct about identifiers in C++?

  1. Identifiers are the combination of alphanumeric characters that can be used for function and variable names.
  2. Identifiers are a combination of alphanumeric characters that can be used for looping statements.
  3. Both of the above
  4. None of the above

Answer: A) Identifiers are the combination of alphanumeric characters that can be used for function and variable names.

Explanation:

The 2nd statement is correct about identifiers in C++.

Comments and Discussions!

Load comments ↻






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