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

Answers were Sorted based on User's Feedback



what is void pointer?..

Answer / rajesh

Void pointer is the
pointer which itself is
null and can not be
interchanged by others.
Ex-
{
int *a;
void *b;

*a=*b; //valid
a=b; //invalid
}

Is This Answer Correct ?    2 Yes 0 No

what is void pointer?..

Answer / sanjay bhosale

Void pointer is the pointer which can point to any type of variable.
e.g
int a=10;
float b=20.00f;
void *ptr=null;
ptr = &a;
ptr = &b;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is the 'named constructor idiom'?

0 Answers  


What are called c variables?

0 Answers  


What is a nested formula?

0 Answers  


Is javascript written in c?

0 Answers  


What is the difference between GETS();AND SCANF();

4 Answers   TCS,


what is recursion in C

0 Answers   Cap Gemini,


What is n in c?

0 Answers  


Write a program in c to replace any vowel in a string with z?

0 Answers   IBS,


How can this be legal c?

0 Answers  


Why we write conio h in c?

0 Answers  


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

0 Answers   IBM,


Categories