What do the following declaration signify?void (*cmp)(); - Study24x7
Social learning Network
14 Mar 2023 10:26 AM study24x7 study24x7

What do the following declaration signify?

void (*cmp)();

A

cmp is a pointer to an void function type.

B

cmp is a void type pointer function.

C

cmp is a function that return a void pointer.

D

cmp is a pointer to a function which returns void .

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles