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

Explain stack unwinding.

0 Answers  


What is difference between c++ and c ++ 14?

0 Answers  


What is tellg () in c++?

0 Answers  


Why can’t you call invariants() as the first line of your constructor?

0 Answers  


What is the use of static functions?

10 Answers   Symphony,


Write a c program for binary addition of two 8 bit numbers.

0 Answers   TCS,


int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30

2 Answers   AIG, Quark,


What is implicit conversion/coercion in c++?

1 Answers  


What causes a runtime error c++?

0 Answers  


Which software is best for c++ programming?

0 Answers  


How to stop conversions among objects?

5 Answers   Symphony,


Write a short code using c++ to print out all odd number from 1 to 100 using a for loop

0 Answers  


Categories