What is the difference between null pointer and the void
pointer?
Answer Posted / vaibhav
null pointer contain null value . it doesn't contain any
value.
while void pointer is a pointer that cascade at a runtime.
i.e it casting at runtime
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
how to capitalise first letter of each word in a given string?
Is that possible to store 32768 in an int data type variable?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Explain how can you tell whether two strings are the same?
Here is a good puzzle: how do you write a program which produces its own source code as output?
how to introdu5ce my self in serco
what are the advantages of a macro over a function?
Is printf a keyword?
What is the argument of a function in c?
Why doesn't C support function overloading?
How is a structure member accessed?
What is keyword with example?
What is else if ladder?
What is the full form of getch?
What was noalias and what ever happened to it?