Home » MCQs » C++ MCQs
141. Can we create a pointer to point a file in C++?
Answer: A) Yes
Explanation:
Yes, we can create a pointer to point a file in c++ using the "FILE*" type.
Comments and Discussions!
Load comments ↻
Recently Published MCQs