Suppose you want to read an int to the variable value from a binary file, use ______.

A. biStream.read(&value);
B. binaryio.read(reinterpret_cast(&value), sizeof(value));
C. value = biStream.read();
D. biStream.read(value);


B. binaryio.read(reinterpret_cast(&value), sizeof(value));

Computer Science & Information Technology

You might also like to view...

________ models software in terms similar to those that people use to describe real-world objects.

a. Object-oriented programming b. Object-oriented design c. Procedural programming d. None of the above

Computer Science & Information Technology

Podcasts can be either radio-like or TV-like programs that are aired live on the Internet

Indicate whether the statement is true or false

Computer Science & Information Technology

An 802.11 Windows 7 wireless NIC will attach to an 802.11g AP

Indicate whether the statement is true or false

Computer Science & Information Technology

COGNITIVE ASSESSMENT You received a new portable media player for your birthday. It is less than ideal as a gift, however, because you were hoping to do something with it, and it is not something you can do with the player. What is that thing you were hoping to do?

A. watch television shows B. take photos C. play games D. manage a server

Computer Science & Information Technology