C++ MQCs with Explanation (CHAPTER 3: TOKENS, EXPRESSIONS AND CONTRAL STRUCTURES)

Which of the following statements is TRUE with regard to naming C++ identifiers?

  1. A name can start with any letter or digit.
  2. No special characters are permitted.
  3. Uppercase and lowercase letters are distinct
  4. A name cannot have more than 32 characters



Answer: 
Option c: Uppercase and lowercase letters are distinct

Explanation Here

Post a Comment

0 Comments