What is true about the statement given below? int* ptr_num; ptr_num is an integer variable. Optr_num contains the memory location of an integer variable. Optr_num can store two memory addresses simultaneously. ptr_num can also store a string value.

icon
Related questions
Question
What is true about the statement given below?
int* ptr_num;
ptr_num is an integer variable.
Optr_num contains the memory location of an integer variable.
Optr_num can store two memory addresses simultaneously.
ptr_num can also store a string value.
Transcribed Image Text:What is true about the statement given below? int* ptr_num; ptr_num is an integer variable. Optr_num contains the memory location of an integer variable. Optr_num can store two memory addresses simultaneously. ptr_num can also store a string value.
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer