Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How do you determine whether to use a stream function or a low-level function?

1189


What is the difference between union and anonymous union?

1371


How can I find the modification date and time of a file?

1123


What is enumerated data type in c?

1124


What is the purpose of void in c?

1107


Explain what is the advantage of a random access file?

1175


What is masking?

1213


What does %d do in c?

1008


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

1368


Describe the modifier in c?

1142


How can I trap or ignore keyboard interrupts like control-c?

1114


Can you write a programmer for FACTORIAL using recursion?

1096


What is a good way to implement complex numbers in c?

1086


How the c program is executed?

1193


What are variables c?

1090