Can static member variables be private?
No Answer is Posted For this Question
Be the First to Post Answer
Can I create my own functions in c++?
Write about the use of the virtual destructor?
What is c++ coding?
Can we overload operator in c++?
What things would you remember while making an interface?
How to give an alternate name to a namespace?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Which programming language is best?
What is the difference between the functions rand(), random(), srand() and randomize()?
What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?
24 Answers Infosys, Microsoft, TCS,
What is the purpose of templates in c++?
What is null pointer and void pointer?