Which of the following can point to any type of variable?

144. Which of the following can point to any type of variable?

  1. Far pointer
  2. Null pointer
  3. Void pointer
  4. Dangling pointer

Answer: C) Void pointer

Explanation:

A void pointer can point to any type of variable, to access value from a void pointer we need to typecast it.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.