If I have a char * variable pointing to the name of a function ..
No Answer is Posted For this Question
Be the First to Post Answer
What is getch c?
What is the exact difference between '\0' and ""
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
What is 02d in c?
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
Is it possible to have a function as a parameter in another function?
What is difference between structure and union with example?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
Stimulate calculator using Switch-case-default statement for two numbers
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
What does int main () mean?
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.?