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 c++ iterator?

0 Answers  


What are different types of typecasting supported by C++

1 Answers   CA,


Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.

0 Answers  


what is difference between internet and Internet?

12 Answers   College School Exams Tests, Microsoft, MIT, TCS,


Write a program to find the Fibonacci series recursively.

0 Answers   Huawei,


What are structs in c++?

0 Answers  


Can a constructor be private?

0 Answers  


What is the history of c++?

0 Answers  


What is the use of pointer in c++ with example?

0 Answers  


What do you understand by a pure virtual member function?

0 Answers  


Explain virtual destructor?

0 Answers  


What is long in c++?

0 Answers  


Categories