In C++, can we put comments between the statement?

12. In C++, can we put comments between the statement?

  1. True
  2. False

Answer: A) True

Explanation:

Yes, we can put comments between the statement in C++ language.

C = A /*2+3*/ + B;

Comments and Discussions!

Load comments ↻






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