Why we use #include iostream in c++?


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

Post New Answer

More C++ General Interview Questions

Why c++ does not have finally?

0 Answers  


What is using namespace std in cpp?

0 Answers  


i want to know how to copy arrary without using any method or function. I have tried the below using System; class e4 { static void Main(string[] args) { int a,b; int[ ] m= new int[5]; int[ ] n= new int[5]; for(a=0;a<=4;a++) { Console.WriteLine("enter any value"); m[a]=Convert.ToInt32(Console.ReadLine()); m[a]=n[a]; } for(b=0;b<=4;b++) { Console.WriteLine(n[b]); } } } but it will give wrong result can anyone solve this problem

1 Answers   Reliance,


What is abstraction in c++?

0 Answers  


How many bit combinations are there in a byte?

13 Answers   Intel, Microsoft,






What is Destructor in C++?

0 Answers  


What is size of Empty Class?

3 Answers   Persistent,


what are the iterator and generic algorithms.

0 Answers  


What does return 0 do in c++?

0 Answers  


How many keywords are used in c++?

0 Answers  


What is the best free c++ compiler for windows?

0 Answers  


What are manipulators in c++ with example?

0 Answers  


Categories