Skip to main content
🔮 Output PredictionC C Hard⚡+35 XP

sizeof Operator

On a 64-bit system, what is the output?

C
printf("%zu", sizeof(int *));

🔮 What is the output?