Who made c++?


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

Post New Answer

More C++ General Interview Questions

Write about a nested class and mention its use?

0 Answers  


Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 Answers  


What is a dll entry point?

0 Answers  


What is guard code in c++?

0 Answers  


What are formatting flags in ios class?

0 Answers  






What is the best c++ ide?

0 Answers  


What is the use of bit fields in structure declaration?

0 Answers  


Incase of a function declaration, what is extern means?

0 Answers  


How do you establish an is-a relationship?

0 Answers  


Can inline functions have a recursion? Give the reason?

3 Answers  


class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.

2 Answers   Quark,


What is a manipulative person?

0 Answers  


Categories