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

Character Arithmetic

What does this print?

C
char c = 'A';
printf("%c", c + 1);

🔮 What is the output?