What is Generic pointer? What is the purpose of Generic
pointer? Where it is used?

Answer Posted / veluri.haritha

It is a pointer to hold the address of variable of any data
type.it can be declared using void data type .It is used in
memory allocation functions etc.....

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

swap 2 numbers without using third variable?

656


What is a good data structure to use for storing lines of text?

588


Can we change the value of #define in c?

580


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

719


What are the ways to a null pointer can use in c programming language?

586






Explain the advantages of using macro in c language?

571


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

617


What is a void pointer in c?

602


What is the use of putchar function?

646


What is the difference between null pointer and wild pointer?

630


How do I copy files?

619


What is dynamic dispatch in c++?

552


What are shell structures used for?

594


Hai what is the different types of versions and their differences

1482


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

641