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?

Answer Posted / guest

0x8f94036c0x8f940346

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the oldest programming language?

575


What is difference between class and structure in c++?

623


Can the creation of operator** is allowed to perform the to-the-power-of operations?

582


What is object file? How can you access object file?

601


Can we define function inside main in c++?

559






What are structures and unions?

575


What is wrapper class in c++?

632


What is vector string in c++?

578


Is facebook written in c++?

564


How would you use the functions memcpy(), memset(), memmove()?

626


Tell me what are static member functions?

616


How we can differentiate between a pre and post increment operators during overloading?

602


Define private, protected and public access control.

611


Is c++ platform dependent?

639


How many standards of c++ are there?

630