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
How can you access memory located at a certain address?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is difference between && and & in c?
What is selection sort in c?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
How do you define CONSTANT in C?
How can this be legal c?
What is calloc malloc realloc in c?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is a spanning Tree?
What is a function in c?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is a double c?
What is c variable?
Explain how can I manipulate strings of multibyte characters?