Vidyalelo
C Programming · Q7

Pointer

Programming · C Programming · question 7

Q7

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

A.
To store any data type's address
Answer
B.
To declare a pointer as uninitialized
C.
To make a pointer point to null
D.
To create a generic function

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board