Which of the following statements about pointer constants is true?

A. The value in a pointer constant can change from run to run.
B. The type of a pointer constant is address.
C. The asterisk operator (*) extracts the address for a variable.
D. Pointer constants cannot be saved.
E. The address in a pointer constant is the last byte when it refers to a multibyte variable such as an integer.


Answer: A

Computer Science & Information Technology

You might also like to view...

LinkLabels are used to:

a) organize a group of labels b) bring the user to a desired location c) allow multiple labels to be modified during runtime all at once d) All of the above

Computer Science & Information Technology

Which DirectoryChooser method returns the folder the user selected?

a. getSelectedfolder. b. showDialog. c. getOpenDialog. d. showOpenDialog.

Computer Science & Information Technology

The ____________________ of a binary tree is the number of nodes on the longest path from the root to a leaf.

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

Computer Science & Information Technology

srand

a) should be called before each call to rand b) should be used instead of rand to generate truly random numbers c) is unnecessary in C d) can use time as an automatically input seed value

Computer Science & Information Technology