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 meant by reference variable in C++?

1 Answers  


Is c++ slower than c?

0 Answers  


What c++ is used for?

0 Answers  


How delete [] is different from delete?

0 Answers  


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

0 Answers  


What is an operator function? Describe the function of an operator function?

0 Answers   Fidelity,


What is a v-table?

0 Answers  


please help to write the code of chess game in c++??????????

1 Answers   NEC,


What is ctime c++?

0 Answers  


write a porgram in c++ that reads an integer and print the biggest digit in the number

0 Answers  


what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??

4 Answers  


What is &x in c++?

0 Answers  


Categories