A

Admin • 828.03K Points
Coach

Q. What is void pointer?

  • (A) A pointer to char
  • (B) A pointer with NULL value
  • (C) A pointer with no specific type
  • (D) Pointer to int
  • Correct Answer - Option(C)
  • Views: 13
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
void* can be cast to any other pointer type.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.