Which is not an input formatting capability of scanf?
a) inputting all types of data
b) inputting specific characters from an input stream
c) skipping specific characters in the input stream
d) replacing specific characters in the input stream
d) replacing specific characters in the input stream
Computer Science & Information Technology
You might also like to view...
Closing a file causes any buffered information to be
A) saved to the file. B) deleted. C) stored in a buffer for safekeeping. D) duplicated. E) None of the above
Computer Science & Information Technology
Answer the following questions true (T) or false (F)
1. When a program sends data from itself to the outside, say to a file or the screen, we say it is writing the data on the file or to the screen. 2. An istream object is already an ifstream object with some extra, added features.
Computer Science & Information Technology