Why c++ is so important?


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

Post New Answer

More C++ General Interview Questions

What is namespace std; and what is consists of?

0 Answers  


Explain how functions are classified in C++ ?

0 Answers  


Describe the role of the c++ in the tradeoff of safety vs. Usability?

0 Answers  


What is the basic structure of a c++ program?

0 Answers  


Can c++ be faster than c?

0 Answers  






What can I use instead of namespace std?

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 are abstract data types in c++?

0 Answers  


What is the type of this pointer in c++?

0 Answers  


What is a c++ map?

0 Answers  


Explain working of printf?

8 Answers  


Const char *p , char const *p What is the difference between the above two?

0 Answers   TCS,


Categories