Q7
In C, what is the purpose of the 'void' pointer type (void*)?
A.
To store any data type's address
AnswerB.
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