Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 3 (Q.No. 29)
29.
A file pointer always contains the address of the file
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
6 comments Page 1 of 1.

Omar said:   1 decade ago
A file pointer - like any other pointer - can contain any value. A valid file pointer contains the address of a certain file.
(1)

Rohit said:   1 decade ago
Thanks Omar.

Vishwa said:   7 years ago
Thanks @Omar.

Deepesh said:   7 years ago
Thanks @Omar.

Ayesha said:   5 years ago
File pointer always contains the address of a file or the location of the file.

Nikhil Sharma said:   5 years ago
Thanks @Omar.

Post your comments here:

Your comments will be displayed after verification.