A function returning a value must specify, in its header line, the ____ of the value that will be returned.
A. size
B. data type
C. address
D. use
Answer: B
Computer Science & Information Technology
You might also like to view...
A technician is called upon to add storage to a database server. The database administrator needs the maximum performance for accessing many small files. Which of the following specifications should the technician focus on when selecting the drive to add to the server?
A. Form factor B. Capacity C. Bus bandwidth D. Seek time
Computer Science & Information Technology
What kind of exception is thrown if there’s a problem opening or creating a StreamWriter?
a) Exception b) StreamException c) OpenAndCreatingException d) IOException
Computer Science & Information Technology