What is ifstream c++?


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

Post New Answer

More C++ General Interview Questions

Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

0 Answers  


How the programmer of a class should decide whether to declare member function or a friend function?

0 Answers  


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

0 Answers  


Difference between delete and free.

0 Answers  


Under what conditions is multiple inheritance not recommended?

1 Answers  


Why #include is used?

0 Answers  


which of the following is not an secondary constant a) array b) real c) union

0 Answers  


Why isn't sizeof for a struct equal to the sum of sizeof of each member?

0 Answers  


There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?

1 Answers   TCS,


What is extern c++?

0 Answers  


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


What is the difference between inline functions and macros?

5 Answers  


Categories