Can static member variables be private?
What is a unnitialised pointer?
Can we change the basic meaning of an operator in c++?
What is polymorphism and its type in c++?
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?
How are the features of c++ different from c?
What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?
24 Answers Infosys, Microsoft, TCS,
What is slicing?
What does std mean in c++?
Write a recursive program to calculate factorial in c++.
What do nonglobal variables default to a) auto b) register c) static
Why do we use classes in programming?
What is c++ flowchart?