Suppose I want to write a function that takes a generic
pointer as an argument and I want to simulate passing it by
reference. Can I give the formal parameter type void **, and
do something like this?
void f(void **);
double *dp;
f((void **)&dp);
why **??
function that takes generic pointer argument.
declare pointer as void *
void f(void *);
| Is This Answer Correct ? | 1 Yes | 0 No |
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
What are register variables? What are the advantage of using register variables?
Is main is a keyword in c?
How can I manipulate individual bits?
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
What are the similarities between c and c++?
Hi can anyone tell what is a start up code?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Can you mix old-style and new-style function syntax?
What is function and its example?
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
i got 75% in all semester am i eligible for your company