What is the role of static keyword for a class member variable?


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

Post New Answer

More C++ General Interview Questions

What are the different types of polymorphism?

3 Answers  


Which c++ compiler is best?

0 Answers  


Why is c++ still used?

0 Answers  


int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30

2 Answers   AIG, Quark,


What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?

0 Answers  






What are the differences between the function prototype and the function defi-nition?

0 Answers  


What are the static members and static member functions?

1 Answers  


3- Write a program to find larger and smaller of the two numbers.

4 Answers   Luminous,


What is an undefined reference/unresolved external symbol error and how do I fix it?

0 Answers  


What is virtual destructors? Why they are used?

1 Answers  


write a program that a 5 digit number and calculates 2 power that number and prints it.

2 Answers   Vimukti Technologies,


What is problem with overriding functions?

0 Answers  


Categories