Differentiate between a constructor and a destructor in c++.
No Answer is Posted For this Question
Be the First to Post Answer
Which software is used to run c++ program?
What is the use of namespace std in C++?
What is the use of vtable?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What is the limitation of cin while taking input for character array?
State two differences between C and C++.
What are the two types of comments, and how do they differ?
How is c++ different from java?
What are vectors used for in c++?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
What is std::move?
What problems might the following macro bring to the application?