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 is a global variable in c?

1067


How do you declare a variable that will hold string values?

1224


What is null in c?

1149


will u please send me the placement papers to my mail???????????????????

1883


What does static variable mean in c?

1138


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

2207


Is that possible to store 32768 in an int data type variable?

1130


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1124


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2688


Is it valid to address one element beyond the end of an array?

1219


What is huge pointer in c?

1133


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3781


What are qualifiers in c?

1086


What are the keywords in c?

1169


Discuss the function of conditional operator, size of operator and comma operator with examples.

1202