The statement ____ is a direct replacement for the statement puts(message);.

A. printf("%s",message);
B. printf("%s\n",message);
C. scanf("%s",message);
D. scanf("%s\n",message);


Answer: B

Computer Science & Information Technology

You might also like to view...

________ resources are the kinds that tend to become involved in deadlocks.

a) Preemptible b) Serially reusable c) Reentrant d) all of the above

Computer Science & Information Technology

The font-size property value of 3 em will ____.

A. keep the text size unchanged B. make the text three times larger than the browser's default font size C. add three pixels to the browser's default font size D. make the text three times smaller than the browser's default font size

Computer Science & Information Technology

Which technology can make a logical processor core appear as a physical processor core on the System Information page?

A) ExpressCard B) Hyper-Threading C) CardBus D) Octacore

Computer Science & Information Technology

If you wish to pass on or re-send an email message to other individuals, you should use the ________ option.

A. bcc B. attachment C. reply D. forward

Computer Science & Information Technology