Suppose you declare int value = 99, to write it to a binary file, use ________.

a. binaryio.write(reinterpret_cast(value));
b. binaryio.write(reinterpret_cast(&value));
c. binaryio.write(value);
d. binaryio.write(reinterpret_cast(value), sizeof(value));
e. binaryio.write(reinterpret_cast(&value), sizeof(value));

e. binaryio.write(reinterpret_cast(&value), sizeof(value));

Computer Science & Information Technology

You might also like to view...

Compare and contrast analog and digital RF signals.

What will be an ideal response?

Computer Science & Information Technology

In the accompanying figure, the item marked ____ is the Document window.

A. 1 B. 2 C. 4 D. 5

Computer Science & Information Technology