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 11 of 13.

Brajesh Soni said:   8 years ago
0 may present valid address in memory.

I agree @Arpan.

Amar said:   1 decade ago
it null pointer because pointer stores the addresses

Yogeshwaran said:   1 decade ago
I don't know give any one for correct information.

Ajish said:   1 decade ago
(void *) is null pointer
(void *)0 what it means?

Rajput Naresh said:   1 decade ago
@Rahul.

Expression within sizeof() not solved.

Praveen kumar said:   1 decade ago
I dont know anybody give full explanation

Udaykiran said:   8 years ago
I can't understand this. Please explain.

Hitesh kumar said:   1 decade ago
(void*)0
like a null but not for all.

Gowthami said:   1 decade ago
Void data type does not have values.

Selvakarna said:   9 years ago
What is the scope of NULL pointer?


Post your comments here:

Your comments will be displayed after verification.