What is istream c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Why seem interrupt handlers as member functions to be impossible?

1 Answers  


What is set in c++?

0 Answers  


What are the syntactic rules to be avoid ambiguity in multiple inheritance?

0 Answers  


What is c++ namespace?

0 Answers  


Is there something that we can do in C and not in C++?

14 Answers   Patni,






Is c the same as c++?

0 Answers  


What do you mean by global variables?

0 Answers  


Difference between pointer to constant and constant pointer to a constant. Give example.

0 Answers   HAL,


What is #include ctype h in c++?

0 Answers  


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 are the difference between reference variables and pointers in C++?

1 Answers  


What do you mean by C++ access specifiers ?

1 Answers  


Categories