A

Admin • 802.91K Points
Coach

Q. Which of the following is the correct syntax to include a C++ library?

  • (A) #include <iostream>
  • (B) import <iostream>
  • (C) include <iostream>
  • (D) use <iostream>
  • Correct Answer - Option(A)
  • Views: 1
  • Filed under category C++
  • Hashtags:

Explanation by: Admin
In C++, the '#include' directive is used to include libraries.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.