Answer Posted / paul
For input streams, fflush() discards any buffered data that has been fetched from the underlying file, but has not been by the application.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How do you define a class in oop?
What is the difference between a mixin and inheritance?
What is oops with example?
Is abstract thinking intelligence?
What is the types of inheritance?
What is object in oop?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
write a programe to calculate the simple intrest and compund intrest using by function overlading
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Why do we use inheritance?
What is abstraction in oop with example?
Write a program to reverse a string using recursive function?
When not to use object oriented programming?
What is class and object with example?