Which of the following statements about pointer constants is true? The value in
ID: 3694718 • Letter: W
Question
Which of the following statements about pointer constants is true?
The value in a pointer constant can change from run to run.
The type of a pointer constant is address.
The asterisk operator (*) extracts the address for a variable.
Pointer constants cannot be saved.
The address in a pointer constant is the last byte when it refers to a multibyte variable such as an integer.
The value in a pointer constant can change from run to run.
The type of a pointer constant is address.
The asterisk operator (*) extracts the address for a variable.
Pointer constants cannot be saved.
The address in a pointer constant is the last byte when it refers to a multibyte variable such as an integer.
Explanation / Answer
The type of a pointer constant is address
The asterisk(*0 extracts the address for a variable
pointer constants cannot be saved
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.