Show the declaration for a static member variable.


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

Post New Answer

More C++ General Interview Questions

Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


How do I download c++?

0 Answers  


What are arrays c++?

0 Answers  


How many lines of code you have written for a single program?

4 Answers   BoA,


throw Can constructors exceptions?

1 Answers  


write a C++ programming :if the no is between 32 to 50 it will be odd.

3 Answers   NIIT,


How to give an alternate name to a namespace?

0 Answers  


What is the return value of the insertion operator?

0 Answers  


What is rtti in c++?

0 Answers  


How many types of classes are there in c++?

0 Answers  


Write a program to find the reverse Fibonacci series starting from N.

0 Answers   Huawei,


Explain differences between new() and delete()?

0 Answers  


Categories