196. Function Pointer

Question.8

A developer checks the size of a function pointer on a 32-bit ARM MCU:

void (*cb)(int);
printf("%zu", sizeof(cb));

What is the output?

Need Help? Refer to the Quick Guide below

Select Answer

Restart quiz!