What is true about the statement given below?
int* choice;
A) choice is an integer variable
B) choice contains the memory location of an integer variable
C) choice can store two memory addresses simultaneously
D) choice can also store a string value
Ans: B
Title: What is true about (variable declaration)?
Difficulty: Easy