Why we use #include iostream in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ a good first language to learn?
which operator is used for performing an exponential operation a) > b) ^ c) none
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is a storage class used in c++?
Is c++ slower than c?
What are the different types of variables in C++?
Explain the extern storage classes in c++.
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
Explain register storage specifier.
Which operator can not be overloaded in C++?
What is the difference between an enumeration and a set of pre-processor # defines?
How are virtual functions implemented in c++?