Examveda
Examveda

Passing a variable pointer as a constant _____

A. protects the contents pointed to by the pointer from change

B. eliminates the need to name the pointer in the function

C. eliminates the need to give the pointer a type in the function

D. causes a copy of the pointer to be produced in the function

Answer: Option A


Join The Discussion

Related Questions on Object Oriented Programming Using C Plus Plus

A default catch block catches

A. all thrown objects

B. no thrown objects

C. any thrown object that has not been caught by an earlier catch block

D. all thrown objects that have been caught by an earlier catch block