A

Admin • 833K Points
Coach

Q. What does the 'void' keyword in C++ represent?

  • (A) A function that does not return any value
  • (B) A variable with no value
  • (C) A data type used for memory management
  • (D) A constant value
  • Correct Answer - Option(A)
  • Views: 14
  • Filed under category C++
  • Hashtags:

Explanation by: Admin

'void' is used to indicate that a function does not return any value.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.