Contents

Introduction:


A variable that holds the address of another variable is called……
a) arrays                                  
b) pointers
c) stack                       
d) link list

b



Which of the following is the best example for pointers?
a) pigeonhole              
b) sparrow hole
c) carrot hole               
d) none of these

a

What are the advantages of pointers in C++ language?
a) reduce code & improve performance
b) return multiple values
c) able to access any memory location
d) all of these

d

Pointer


Which of the following pointer hold the address of integer variable?
a) char pointer       
b) integer pointer
c) string pointer   
d) all of these

b