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...
A label control may be added to a form by double-clicking on the Label control icon in the __________ window.
a. Properties b. ToolBox c. Project d. Designer
Computer Science & Information Technology
A struct variable can be passed as a parameter ____.
A. only by const B. only by reference C. only by value D. either by value or by reference
Computer Science & Information Technology