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 the difference between structures and unions?

0 Answers  


Name the operators that cannot be overloaded in C++?

0 Answers   Fidelity,


Do the names of parameters have to agree in the prototype, definition, and call to the function?

0 Answers  


How to demonstrate the use of a variable?

0 Answers  


What is the error in the code below and how should it be corrected?

0 Answers  


How is new() different from malloc()?

0 Answers  


If I is an integer variable, which is faster ++i or i++?

0 Answers  


What is c++ map?

0 Answers  


What is the difference between cin.read() and cin.getline()?

0 Answers  


What are the differences between new and malloc?

0 Answers  


What is Pure Virtual Function? Why and when it is used ?

10 Answers   Lucent, Sona,


What is multithreading and what is its use?Whats are multithreading techniques used in C++?

1 Answers  


Categories