What is istream and ostream in c++?


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

Post New Answer

More C++ General Interview Questions

Write a C/C++ program to show the result of a stored procedure "PROC_RESET_MAIL" on database "USER_NOTIFY".

2 Answers   ABC, Accenture, DataLand, HCL, Webyog,


What happens if a pointer is deleted twice?

0 Answers   Flextronics,


What is the type of 'this' pointer? When does it get created?

0 Answers  


What are the differences between a struct and a class in C++?

7 Answers   Amazon, Wipro,


Does c++ have string data type?

0 Answers  






Can I run c program in turbo c++?

0 Answers  


which operator is used for performing an exponential operation a) > b) ^ c) none

0 Answers  


Can you declare an array without a size in c++?

0 Answers  


Are php strings immutable?

0 Answers  


How do you invoke a base member function from a derived class in which you have not overridden that function?

0 Answers  


Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)

4 Answers   HTC, TCS,


Define a way other than using the keyword inline to make a function inline?

1 Answers  


Categories