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?



C++ program output? Explain output of this program. #include <iostream> using std::cout; u..

Answer / guest

0x8f94036c0x8f940346

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C++ General Interview Questions

Incase of a function declaration, what is extern means?

0 Answers  


How to write a program such that it will delete itself after exectution?

3 Answers  


What is a protocol class?

1 Answers  


Disadvantages of c++

8 Answers   HCL,


What is the difference between Char a[ ]=”string” and char *a=”String”

11 Answers   Adobe,






Why ctype h is used in c++?

0 Answers  


Difference between Top down and bottom up approaches for a given project ?

14 Answers   BSNL, CSC, HCL, HP, IIT, Infosys, Siemens,


What is the auto keyword good for in c++?

0 Answers  


Comment on local and global scope of a variable.

0 Answers  


What is the difference between the functions rand(), random(), srand() and randomize()?

0 Answers  


How can I improve my c++ skills?

0 Answers  


Explain the problem with overriding functions

0 Answers  


Categories