MCQ Practice

The statement fwrite ( (char*)&objl, sizeof(objl) );

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 objl to fl

D

writes the address of objl to fl

Correct Answer: B