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?
Select Answer
1
4
8
Depends on the function's parameter count