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...

24.what is a void pointer?
25.why arithmetic operation can’t be performed on a void
pointer?
26.differentiate between const char *a; char *const a;
and char const *a;
27.compare array with pointer?
28.what is a NULL pointer?
29.what does ‘segmentation violation’ mean?
30.what does ‘Bus Error’ mean?
31.Define function pointers?
32.How do you initialize function pointers? Give an example?
33.where can function pointers be used?

Answer Posted / fakkad

24: void pointer can point any type of data.
31: int (*fun)(int) //pointer to a function which takes an
int as an argument and returns an int;
32: int (*fun)(int) = NULL; // initializing with NULL

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does c value mean?

1189


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1427


What is the significance of scope resolution operator?

1410


List the difference between a "copy constructor" and a "assignment operator"?

1011


Explain the term printf() and scanf() used in c language?

1049


how to build a exercise findig min number of e heap with list imlemented?

2075


what are bit fields in c?

1706


Differentiate fundamental data types and derived data types in C.

1033


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

1202


What are the types of assignment statements?

1064


What is line in c preprocessor?

1052


How many main () function we can have in a project?

1109


What is nested structure in c?

1060


Without Computer networks, Computers will be half the use. Comment.

2296


Why do we use header files in c?

1069