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

Which of the following is not a valid literal constant in C++? ?

  1. "ANSI C++”
  2. 0X5
  3. 12, 345
  4. 9.234L



Answer: 
Option c: 12, 345

Explanation Here

Post a Comment

0 Comments