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 / nagarala sai deepak reddy

NULL POINTER :
the pointer which dosent point to any memory location is
called NULL POINTER.

VOID POINTER :
the pointer is a one which can only point to a particular
memory location of it's own type.... but when the pointer
is given void it can be mde to point any location of
different type

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the meaning of keyword 'extern' in a function declaration.

1203


How to create struct variables?

1167


What is printf () in c?

1142


What is the difference between null pointer and wild pointer?

1245


How can I insert or delete a line (or record) in the middle of a file?

1069


What is uint8 in c?

1160


what are the facialities provided by you after the selection of the student.

2326


What is the purpose of the statement: strcat (S2, S1)?

1223


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1577


What does & mean in scanf?

1163


What is a program flowchart and explain how does it help in writing a program?

1357


What is a loop?

1110


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?

2213


How can you tell whether two strings are the same?

1306


Difference between goto, long jmp() and setjmp()?

1228