What does the nocreate and noreplace flag ensure when they are used for opening a file?


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

Post New Answer

More C++ General Interview Questions

Which function cannot be overloaded c++?

0 Answers  


How to create a reference variable in C++

1 Answers  


How can you find the nodes with repetetive data in a linked list?

1 Answers   Lucent,


What are the data types in c++?

0 Answers  


Why is c++ is better than c?

0 Answers  






What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };

2 Answers  


What is general form of pure virtual function? Explain?

0 Answers  


Does dev c++ support c++ 11?

0 Answers  


What parameter does the constructor to an ofstream object take?

0 Answers  


Why c++ is called oop?

0 Answers  


What is difference between initialization and assignment?

12 Answers   HCL, HP, Infosys,


What is c++ and its features?

0 Answers  


Categories