MCQOPTIONS
Saved Bookmarks
| 1. |
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 obj 1 to fl |
| D. | writes the address of objl to fl |
| Answer» C. writes the member functions and me data of obj 1 to fl | |