What is constructor c++?
No Answer is Posted For this Question
Be the First to Post Answer
What can c++ be used for?
Implement a 2 dimensional array by one dimentional array
Define linked lists with the help of an example.
What is an iterator class in c++?
What are the differences between a struct and a class in C++?
Why c++ does not have finally?
Can I learn c++ without learning c?
is throwing exception from a constructor not a good practice ?
What is the use of map in c++?
What is size of empty class object
Out of fgets() and gets() which function is safe to use?
C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() { cout<<cout<<' '; cout<<cin; return 0; } It prints some address in hexadecimal. what is it?