What is a constructor in c++ with example?
No Answer is Posted For this Question
Be the First to Post Answer
Which operations are permitted on pointers?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What is a container class? What are the types of container classes in c++?
Implement stack operations with pointers with appropriate exception checks.
Is c++ the hardest programming language?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
What do manipulators do?
What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;
Is c++ built on c?
Why c++ does not have finally?
What flag means?
What are punctuators in c++?