what is the diference between pointer to the function and
function to the pointer?
Answer Posted / manojkumar
I am sorry.
Please explain with small example for this question?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why should I prototype a function?
What is the best way to store flag values in a program?
Why isnt there a numbered, multi-level break statement to break out
What language is windows 1.0 written?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is the benefit of using an enum rather than a #define constant?
Can you pass an entire structure to functions?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
If errno contains a nonzero number, is there an error?
What is the use of static variable in c?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Do you know the difference between malloc() and calloc() function?
In C language, a variable name cannot contain?
What are qualifiers in c?