A file pointer always contains the __________ of the file
Answer Posted / sujatha
file pointer always contains the address of a file or the
location of the file
| Is This Answer Correct ? | 42 Yes | 4 No |
Post New Answer View All Answers
Why do while loop is used?
What does enum stand for?
What does oop mean in snapchat?
Why is abstraction needed?
What is methods in oop?
What is the difference between abstraction and polymorphism?
Are polymorphisms mutations?
What is inheritance in oop?
Write a program to reverse a string using recursive function?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Why interface is used?
Why do we use polymorphism in oops?
What is a superclass in oop?
Is enum a class?
What is class in oop with example?