The actual declaration of the FILE structure is contained in the ____ standard header file.
A. stdio.h
B. stdlib.h
C. file.h
D. stream.h
Answer: A
Computer Science & Information Technology
You might also like to view...
If a random access file contains a stream of characters, which of the following statements would move the file pointer to the starting byte of the fifth character in the file?
a. file.seek(4); b. file.seek(8); c. file.seek(10); d. file.seek(5);
Computer Science & Information Technology
?A ____ chart compares parts to the whole.
A. line? B. ?column C. ?pie D. ?scatter
Computer Science & Information Technology
An object is a(n) ________ of a class.
A) example B) copy C) instance D) attribute E) member
Computer Science & Information Technology
Which button controls the magnification of the document that is displayed?
A) Grow B) Expand C) Enlarge D) Zoom
Computer Science & Information Technology