Answer Posted / saravanan
fflush will used to write file immediately instead of
storing in the memory.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is abstraction in oops?
What is destructor oops?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
what is the sylabus for priliminaries?
Why do we use polymorphism in oops?
What is the real time example of inheritance?
What is ambiguity in inheritance?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is abstract class in oop?
What is pointer in oop?
What causes polymorphism?
How do you define a class in oop?
Why oops is important?
What is the benefit of oop?