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

Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

1012


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

970


What is different in C++, compare with unix?

1022


What is the difference between a reference and a pointer?

1049


How do you add an element to a set in c++?

936


write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

2297


Which bit wise operator is suitable for turning off a particular bit in a number?

1055


Evaulate: 22%5 a) 2 b) 4 c) 0

1038


What you know about structures in C++?

1008


Is java made in c++?

1006


What is stoi in c++?

1126


What is the difference between equal to (==) and assignment operator (=)?

1020


what is upcasting in C++?

1122


What is #include cstdlib in c++?

1142


List the merits and demerits of declaring a nested class in C++?

985