What is the difference between null pointer and the void
pointer?
Answer Posted / sunitha
null pointer : used to compair a pointer to any object or
a function and returns a null value to the main function.
void pointer : void pointer ia pointer which does not have
any return type and it can be easily type casted with other
type of pointers.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is meant by errors and debugging?
What are the types of pointers in c?
How can I access an I o board directly?
Define circular linked list.
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
When do we get logical errors?
Write a simple code fragment that will check if a number is positive or negative.
What are types of functions?
What is getch c?
Which is better malloc or calloc?
Explain do array subscripts always start with zero?
Is exit(status) truly equivalent to returning the same status from main?
What is wild pointer in c?
What are the 4 types of unions?
When should a far pointer be used?