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

Discussion Forum : Object Oriented Programming Using C++ - Section 11 (Q.No. 38)
38.
The statement fwrite ( (char*)&objl, sizeof(objl) );
writes the member functions of objl to fl
writes the data in objl to fl
writes the member functions and me data of obj 1 to fl
writes the address of objl to fl
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Kishore vishwa said:   10 years ago
May I know how it works?

Because I'm a beginner in C++ programming so, I would like to know the process that have took above.

Post your comments here:

Your comments will be displayed after verification.