What is namespace & why it is used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
simple c++ program for "abcde123ba" convert "ab321edcba" with out using string
What is a null object in c++?
Why is swift so fast?
Why can’t you call invariants() as the first line of your constructor?
Carry out conversion of one object of user-defined type to another?
What is the latest version on c++?
Who calls main function?
Why do we use iterators?
In which memory a class gets stored(in heap /in stack)? And why??
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
How do I get good at c++ programming?
Explain the use of virtual destructor?