Answer Posted / k.thejonath
void (*)f();
Here f if is pointer to a function having no arguments and
no return values.
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
When should you not use a type cast?
Can we compile a program without main() function?
What is the difference between ++a and a++?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
I heard that you have to include stdio.h before calling printf. Why?
What will the preprocessor do for a program?
How can you read a directory in a C program?
What is infinite loop?
Dont ansi function prototypes render lint obsolete?
How can I find out how much free space is available on disk?
What does 1f stand for?
How is null defined in c?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is the process to create increment and decrement stamen in c?
What are structural members?