C++ MQCs with Explanation ( STANDARD TEMPLATE LIBRARY)

To implement STL components in a program, we must include

  1. using namespace std directive
  2. <cstdlib> header file
  3. <cstdio> header file
  4. <functional> header file



Answer: 
Option a: using namespace std directive

Explanation Here

Post a Comment

0 Comments