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?

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

How is computer programming useful in real life?

1054


how to access grid view row?

2228


What are static and dynamic type checking?

1075


What is the difference between prefix and postfix versions of operator++()?

1079


When to use “const” reference arguments in a function?

1062


why is iostream::eof inside a loop condition considered wrong?

1048


Explain the use of this pointer?

1151


Can char be a number c++?

1040


What is the exit function in c++?

983


When are exception objects created?

1071


Explain the purpose of the keyword volatile.

1163


What is the difference between function overloading and operator overloading?

1102


Explain container class.

1231


What is the use of this pointer in c++?

1003


Can class objects be passed as function arguments?

1057