When can you use a pointer with a function?
No Answer is Posted For this Question
Be the First to Post Answer
what is the meaning of java that is (J A V A) full form of JAVA
71 Answers AKS University, Bhel, BNL, BPO, HCL, Peacecon,
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is a volatile keyword in c?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
char p="data"; printf(p);
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
find out largest elemant of diagonalmatrix
What is the hardest programming language?
What is static and auto variables in c?
How can I do peek and poke in c?
Linked lists -- can you tell me how to check whether a linked list is circular?
If the static variable is declared as global, will it be same as extern?