What c++ library is string in?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Please explain class & object in c++?

0 Answers  


What is #include cmath?

0 Answers  


What is an action class?

1 Answers  


What is the main purpose of overloading operators?

0 Answers  


What are the two shift operators and what are their functions?

0 Answers  






What is difference c and c++?

1 Answers  


Differentiate between structure and class in c++.

0 Answers  


When does a 'this' pointer get created?

0 Answers  


How many types of scopes are there in c++?

0 Answers  


Comment on assignment operator in c++.

0 Answers  


class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

4 Answers   Quark,


what is a reference variable in C++?

0 Answers  


Categories