Programming Languages C++ Objective
Mar 18, 2013

The statement fwrite ( (char*)&objl, sizeof(objl) ); what will doing?

Choose the correct answer:
A) writes the member functions of objl to fl
B) writes the data in objl to fl
C) writes the member functions and me data of obj 1 to fl
D) writes the address of objl to fl
Detailed Explanation

Option B is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback