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 do you mean by vtable and vptr in c++?

0 Answers  


How a modifier is similar to mutator?

0 Answers  


How would you use the functions memcpy(), memset(), memmove()?

0 Answers  


What is an explicit constructor?

1 Answers  


What is cin clear () in c++?

0 Answers  






find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

0 Answers  


Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.

0 Answers  


Will the following program execute?

0 Answers  


write the prime no program in c++?

16 Answers  


What can I safely assume about the initial values of variables which are not explicitly initialized?

0 Answers  


What is the header file for setw?

0 Answers  


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

0 Answers  


Categories