What is #include iostream?


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

Post New Answer

More C++ General Interview Questions

Is python written in c or c++?

0 Answers  


Explain how a pointer to function can be declared in C++?

0 Answers  


Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be

0 Answers  


What is the use of endl in c++ give an example?

0 Answers  


Why can templates only be implemented in the header file?

0 Answers  






What is the outcome of cout< a) 16 b) 17 c) 16.5

0 Answers  


Can turbo c++ run c program?

0 Answers  


What is the difference between delegation and implemented-in-terms-of?

0 Answers  


The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 Answers   Quark,


Write any small program that will compile in "C" but not in "C++"?

4 Answers  


Write a function that swaps the values of two integers, using int* as the argument type?

0 Answers  


What is the default access level?

0 Answers  


Categories