What is Generic pointer? What is the purpose of Generic
pointer? Where it is used?
Answer Posted / rambabu
generic pointer is a pointer and it accept any data
type.suppose u give int as the our data type but u give
float as the value to the program then it will accept
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is c basic?
What is the meaning of ?
What are linker error?
Explain the process of converting a Tree into a Binary Tree.
What is #define size in c?
What are the types of c language?
What is #include cctype?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is the use of sizeof () in c?
What is typedef example?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
When is a null pointer used?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
List some applications of c programming language?
What are register variables? What are the advantage of using register variables?