Vidyalelo
Computer Science · Q529

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 529

Q529

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

A.
writes the member functions of objl to fl
B.
writes the data in objl to fl
Answer
C.
writes the member functions and me data of objl to fl
D.
writes the address of objl to fl

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board