What is c++ library?



What is c++ library?..

Answer / Satish Chandra Ram

The C++ Standard Library (STL) provides various predefined functions and classes that can be used in a C++ program. It includes several libraries like the Standard Template Library (STL), the Standard IO Stream Library, the Standard String Library, and more.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


If a function doesn’t return a value, how do you declare the function?

1 Answers  


What is constructor and destructor in c++?

1 Answers  


What is c++ programming language?

1 Answers  


How do you clear a map in c++?

1 Answers  


What is searching? Explain linear and binary search.

1 Answers  


the maximum length of a character constant can be a) 2 b) 1 c) 8

1 Answers  


Who made c++?

1 Answers  


Why was c++ created?

1 Answers  


What is the use of structure in c++?

1 Answers  


What is scope of a variable? (LOLZ)

2 Answers   CA, TCS,


What is object in c++ example?

1 Answers  


Categories