What are the 4 types of library?
Answer / Sarvesh Kumar Pandey
The four main types of libraries in C++ are: Built-in libraries (standard libraries), User-defined libraries, Third-party libraries, and System libraries.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is there a datatype string in c++?How is the memory allocation?
What are the different types of polymorphism in c++?
What it is and how it might be called (2 methods).
What is a built-in function?
How can I learn dev c++ programming?
Write a program in C++ for Fibonacci series
1 Answers Axtria, ITC Indian Tobacco Company,
How many types of classes are there in c++?
What do you mean by public protected and private in c++?
give me some class & objects examples?
Why can templates only be implemented in the header file?
What is "strstream" ?
What is difference between malloc()/free() and new/delete?