Can we create a pointer to point a file in C++?

141. Can we create a pointer to point a file in C++?

  1. Yes
  2. No

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 ↻






Copyright © 2024 www.includehelp.com. All rights reserved.