What is namespace std; and what is consists of?
No Answer is Posted For this Question
Be the First to Post Answer
Which is best ide for c++?
When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference?
What is extern c++?
Write a program to find the Fibonacci series recursively.
What is code reusability in c++?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
How do you show the declaration of a virtual constructor?
What is do..while loops structure?
What is virtual base class?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What is a smart pointer?
Have you used MSVC? What do you think of it?