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 |
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
If a function doesn’t return a value, how do you declare the function?
What is constructor and destructor in c++?
What is c++ programming language?
How do you clear a map in c++?
What is searching? Explain linear and binary search.
the maximum length of a character constant can be a) 2 b) 1 c) 8
Who made c++?
Why was c++ created?
What is the use of structure in c++?
What is scope of a variable? (LOLZ)
What is object in c++ example?