Answer Posted / jaya prakash
return_type (*pointername)(arg list)
eg
void fnname();
void (*f)()=fnname;//ptr initialisation
//f is the poniter to fn printf
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Is main a keyword in c?
How do we open a binary file in Read/Write mode in C?
What is array within structure?
Can the “if” function be used in comparing strings?
Which is better pointer or array?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What are the __date__ and __time__ preprocessor commands?
how can f be used for both float and double arguments in printf? Are not they different types?
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...
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Which is better between malloc and calloc?
What is meant by type specifiers?
How do I convert a string to all upper or lower case?
What is a stream water?
Which are low level languages?