Which of the following statements about pointer use in functions is false?

A. Passing a pointer to a function allows the function to change the value in the called function.
B. Pointers can only be passed; they cannot be returned.
C. To pass an address from the calling function we use the ampersand operator (&) in the call.
D. To change the value of the data in the calling function, we use the asterisk operator (*) in the called function.
E. Passing pointers to a function allows upward communication.


Answer: B

Computer Science & Information Technology

You might also like to view...

Together, the appearance and the way in which the user interacts with the application are known as that application’s ________.

a. abstract window toolkit. b. look-and-feel. c. swing factor. d. All of the above.

Computer Science & Information Technology

The ________ is a mechanical device that can be attached to a specific telephone line at a telephone office

Fill in the blank(s) with correct word

Computer Science & Information Technology

The History object will not actually display the URLs contained in the history list.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Three long beeps during the POST sequence on an Intel BIOS are an indication of what type of issue?

A. motherboard problem B. memory error C. system overheat D. keyboard controller problem

Computer Science & Information Technology