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

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

14 Answers   Patni,


What are the operators in c++?

0 Answers  


Define 'std'.

0 Answers  


By using c++ with an example describe linked list?

0 Answers  


What is an associative container in c++?

0 Answers  






How can an improvement in the quality of software be done by try/catch/throw?

0 Answers  


Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


You want to link a c++ program to c functions. How would you do it?

0 Answers  


How new/delete differs from malloc()/free?

0 Answers  


How can you quickly find the number of elements stored in a static array?

0 Answers  


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

0 Answers  


How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

0 Answers  


Categories