Which function does not read data from standard input?
a) scanf
b) sscanf
c) sprintf
d) getchar
c) sprintf
Computer Science & Information Technology
You might also like to view...
In Windows, a hamburger is an icon that, when clicked, displays a(n) ________
A) menu B) app bar C) live tile D) program
Computer Science & Information Technology
When defining a variable to be used to hold values that the user enters in a TextBox object, the declaration statement should have ____ at the end of the statement.
A. As Char B. As Char Type C. As String D. As String Type
Computer Science & Information Technology