C Programming - Pointers - Discussion
Discussion Forum : Pointers - General Questions (Q.No. 1)
1.
What is (void*)0?
Discussion:
123 comments Page 13 of 13.
JEHO said:
1 decade ago
Void is used in 2 places.
1st void function_name (void).
1st void indicate functio type is null.
Eg int main, char main.
2nd (void) indicate no parameters in function.
3rd function of void is NULL POINTER.
NULL POINTER SYNTAX IS (VOID*).
1st void function_name (void).
1st void indicate functio type is null.
Eg int main, char main.
2nd (void) indicate no parameters in function.
3rd function of void is NULL POINTER.
NULL POINTER SYNTAX IS (VOID*).
Abhishek Anand said:
1 decade ago
Can Anybody, explain this Please
Paste said:
1 decade ago
Please explain.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers