Skip to main content
🔮 Output PredictionC C Easy⚡+10 XP

Printf Format

What does this print?

C
int x = 42;
printf("%d\n", x);

🔮 What is the output?