Examveda
Examveda

In C, what is the purpose of the 'void' pointer type (void*)?

A. To store any data type's address

B. To declare a pointer as uninitialized

C. To make a pointer point to null

D. To create a generic function

Answer: Option A


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer