What is a float in c++?


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

Post New Answer

More C++ General Interview Questions

Explain some examples of operator overloading?

0 Answers  


What are arithmetic operators?

0 Answers  


How do you clear a buffer in c++?

0 Answers  


What are the steps in the development cycle?

0 Answers  


Which operations are permitted on pointers?

0 Answers  






What are the various oops concepts in c++?

0 Answers  


Explain the concept of copy constructor?

0 Answers  


Why is main function important?

0 Answers  


If there are two catch statements, one for base and one for derived, which should come first?

0 Answers  


What is vector string in c++?

0 Answers  


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.

4 Answers   Quark,


In the derived class, which data member of the base class are visible?

0 Answers  


Categories