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 / lakhpat

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

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the c keywords?

1146


What is the role of this pointer?

994


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

16590


a program that can input number of records and can view it again the record

1864


What is the time and space complexities of merge sort and when is it preferred over quick sort?

1013


How can I automatically locate a programs configuration files in the same directory as the executable?

1103


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

1200


Explain pointers in c programming?

1063


How to write c functions that modify head pointer of a linked list?

935


Write a program to print "hello world" without using a semicolon?

1004


What is array of structure in c programming?

1240


What is wild pointer in c with example?

1020


Explain what is the difference between a string and an array?

1101


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

3259


How do I get an accurate error status return from system on ms-dos?

1075