C Programming - Pointers - Discussion

Discussion Forum : Pointers - General Questions (Q.No. 1)
1.
What is (void*)0?
Representation of NULL pointer
Representation of void pointer
Error
None of above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
124 comments Page 10 of 13.

Aditya dubey said:   8 years ago
I think parenthesis id preferred first wrt * so the answer will be C.

Pruthvi said:   1 decade ago
Can any one explain me what is the use of void/null pointer then??

Ganesh said:   10 years ago
Void is generic Pointer used for holding address of any data type.

Anitha said:   1 decade ago
void is a return type (void *) is represented by NULL pointer.

Srivibha said:   1 decade ago
What is the difference between void pointer and NULL pointer?

Ras said:   1 decade ago
I think it is void pointer but it is not void so explain it.

Dhara said:   1 decade ago
What is difference between null pointer and generic pointer?

Anil said:   1 decade ago
This is nothing but here, we are pointing to a void memory.

Makhan said:   1 decade ago
What is (void*)0?
what answer of that generated question?

Swetha said:   1 decade ago
If the zero is not indicate it returns null value only.


Post your comments here:

Your comments will be displayed after verification.