What is ofstream c++?


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

Post New Answer

More C++ General Interview Questions

What is setf in c++?

0 Answers  


How is computer programming useful in real life?

0 Answers  


Profiler in projects?

2 Answers   Symphony,


Explain this pointer?

0 Answers  


how to swap two numbers with out using temp variable

12 Answers   Global eProcure, TCS,






What are formatting flags in ios class?

0 Answers  


Can we make any program in c++ without using any header file and what is the shortest program in c++.

0 Answers   MCN Solutions,


What is abstraction in c++?

0 Answers  


class Alpha { public: char data[10000]; Alpha(); ~Alpha(); }; class Beta { public: Beta() { n = 0; } void FillData(Alpha a); private: int n; }; How do you make the above sample code more efficient? a) If possible, make the constructor for Beta private to reduce the overhead of public constructors. b) Change the return type in FillData to int to negate the implicit return conversion from "int" to "void". c) Make the destructor for Alpha virtual. d) Make the constructor for Alpha virtual. e) Pass a const reference to Alpha in FillData

2 Answers   Quark,


What is implicit conversion/coercion in c++?

1 Answers  


What is the use of seekg in c++?

0 Answers  


What is basic if statement syntax?

0 Answers  


Categories