Skip to main content
✏️ Code CompletionC C Hard+35 XP

Function Pointer

Complete the function pointer declaration.

✏️ Fill in the blank
int (*___)(int, int) = &add;

✏️ Type the missing code: