Can static member variables be private?


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

Post New Answer

More C++ General Interview Questions

What is a unnitialised pointer?

0 Answers  


Can we change the basic meaning of an operator in c++?

0 Answers  


What is polymorphism and its type in c++?

0 Answers  


C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() {   cout<<cout<<' ';   cout<<cin;   return 0; } It prints some address in hexadecimal. what is it?

1 Answers  


How are the features of c++ different from c?

0 Answers  


What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?

24 Answers   Infosys, Microsoft, TCS,


What is slicing?

1 Answers  


What does std mean in c++?

0 Answers  


Write a recursive program to calculate factorial in c++.

0 Answers  


What do nonglobal variables default to a) auto b) register c) static

0 Answers  


Why do we use classes in programming?

0 Answers  


What is c++ flowchart?

0 Answers  


Categories