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 void pointer

Answer Posted / govind

a void pointer is a special type of pointer of void and
denotes that it can point to any type of data type .NULL
pointer can take any pointer type , but do not point to any
valid reference or memory adderss.it is important to note
that a NULL pointer is different from a pointer that is
initialized.

Is This Answer Correct ?    19 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what do u mean by Direct access files? then can u explain about Direct Access Files?

2144


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1925


Why is c called "mother" language?

1328


write a program in c language to print your bio-data on the screen by using functions.

6836


What is else if ladder?

1075


c language interview questions & answer

2013


What is the total generic pointer type?

1207


Write a program to check armstrong number in c?

1178


Can a pointer point to null?

1116


Explain a pre-processor and its advantages.

1188


Is null always equal to 0(zero)?

1094


What are qualifiers in c?

1086


What is the difference between char array and char pointer?

1116


Explain how does flowchart help in writing a program?

1167


What is the difference between %d and %i?

1144