A function may return a pointer, but the programmer must ensure that the pointer

A) is pointing to an object that is still valid after the return of the function.
B) has been assigned an address.
C) was received as a parameter by the function.
D) has not previously been returned by another function.
E) None of the above


A) is pointing to an object that is still valid after the return of the function.

Computer Science & Information Technology

You might also like to view...

Javadoc requires a comment to be delimited by _________ to be included in the extracted class interface.

(a) // // (b) /* */ (c) /** */ (d) “ “

Computer Science & Information Technology

Describe the differences between TFTP and FTP.

What will be an ideal response?

Computer Science & Information Technology

When collecting data in a spreadsheet, each ________ is a field in a record

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Table width can be specified in one of two ways-in pixels or as ____.

A. inches B. centimeters C. points D. a percentage

Computer Science & Information Technology