Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is a loop? What are different types of loops in c++?

0 Answers  


Can you explain the term "resource acquisition is initialization?"

1 Answers   Amazon,


How static variables and local variablesare similar and dissimilar?

0 Answers  


i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????

1 Answers  


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  


What is the main purpose of c++?

0 Answers  


What is purpose of new operator?

0 Answers  


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?

0 Answers  


what you know about c++?

0 Answers   IBS,


Difference between Overloading and Overriding?

35 Answers   Appnetix Techno, GameLoft, HP, IBM, NIIT, Rohde and Schwarz,


Is set c++?

0 Answers  


Categories