63. Pointer-i

Question.2

A developer writes to a configuration value via a pointer:

int *config_ptr;
*config_ptr = 0x0F;

What happens when this code executes?

Need Help? Refer to the Quick Guide below

Select Answer

Restart quiz!