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 |
Can main method override?
What is variable example?
What is Dynamic Polymorphism?
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
Have you ever interfaced with a database?
What are main features of oop?
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
How to calculate the age from the date of birth by using the program?
2. Give the different notations for the class.\
when to use 'mutable' keyword and when to use 'const cast' in c++