A file pointer always contains the __________ of the file
Answers were Sorted based on User's Feedback
Answer / sujatha
file pointer always contains the address of a file or the
location of the file
| Is This Answer Correct ? | 42 Yes | 4 No |
Answer / sumeet sharma
it actually contains the starting address of the file structure.
| Is This Answer Correct ? | 6 Yes | 1 No |
What is a linked list?
What is this interview room ? Is it a class or an object.
how to find no of instances of an object in .NET?
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
What is a friend function & its advantage?
What is constructor in oop?
WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
What is polymorphism oop?
What are the fields of vtable
define oops with class and object
What are different oops concepts?
What is a class in oop?