What is a static member?


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

Post New Answer

More C++ General Interview Questions

Difference between struct and class in terms of access modifier.

0 Answers  


What is the most powerful coding language?

0 Answers  


the maximum length of a character constant can be a) 2 b) 1 c) 8

0 Answers  


What are c++ manipulators?

0 Answers  


What is c++ hiding?

0 Answers  






What is the difference between ++ count and count ++?

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,


What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h

0 Answers  


Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?

0 Answers  


How do c++ struct differs from the c++ class?

0 Answers  


Describe private, protected and public?

0 Answers  


Explain the scope of resolution operator.

0 Answers  


Categories