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?
What is a loop? What are different types of loops in c++?
Can you explain the term "resource acquisition is initialization?"
How static variables and local variablesare similar and dissimilar?
i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
What is the main purpose of c++?
What is purpose of new operator?
Write a function which takes a character array as input and reverses it in place.
2 Answers Lehman Brothers, Vision Infotech,
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
what you know about c++?
Difference between Overloading and Overriding?
35 Answers Appnetix Techno, GameLoft, HP, IBM, NIIT, Rohde and Schwarz,
Is set c++?