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
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is an identifier?
how to build a exercise findig min number of e heap with list imlemented?
Explain what are the different file extensions involved when programming in c?
Which is an example of a structural homology?
Mention four important string handling functions in c languages .
Explain the use of 'auto' keyword in c programming?
Why we not create function inside function.
Why void main is used in c?
What should malloc() do?
Differentiate between full, complete & perfect binary trees.
What does p mean in physics?
What is the purpose of & in scanf?
What is static function in c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.