daily Routine of father
No Answer is Posted For this Question
Be the First to Post Answer
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?
Is there something that we can do in C and not in C++?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What is :: operator in c++?
Difference between inline functions and macros?
Define vptr.
What is the use of seekg in c++?
Differentiate between structure and class in c++.
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What does asterisk mean in c++?
Differentiate between a template class and class template in c++?
What is the size of pointer ? Also size of pointer in 64 bit pointer