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

Differentiate between the manipulator and setf( ) function?

1224


What is null pointer and void pointer and what is their use?

1109


Write a program to show polymorphism in C++?

1161


Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.

1071


Can we specify variable field width in a scanf() format string? If possible how?

1280


What is the difference between an array and a list?

1043


What are the new features that iso/ansi c++ has added to original c++ specifications?

1157


What is a lambda function c++?

1128


Explain the difference between overloading and overriding?

1156


what is the difference between overloading & overriding? give example.

1208


Describe new operator?

1169


Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened

1573


Explain the difference between class and struct in c++?

1057


Is c++ an integer?

1049


Write a program to add three numbers in C++ utilizing classes.

1134