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
What are the 4 types of functions?
What is meant by inheritance?
What is calloc() function?
What is use of integral promotions in c?
In a switch statement, what will happen if a break statement is omitted?
How do you determine the length of a string value that was stored in a variable?
Why is void main used?
Explain what does the format %10.2 mean when included in a printf statement?
Can the curly brackets { } be used to enclose a single line of code?
What are logical errors and how does it differ from syntax errors?
Explain the difference between call by value and call by reference in c language?
Is python a c language?
What is the use of function overloading in C?
Explain argument and its types.
What is the difference between array_name and &array_name?