Stdle #75 · strings · 2026-08-20
What does this C snippet output?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
#include <stdio.h>int main(void) { printf("%c\n", 'A' + 25); return 0;}Strings
Stdle #75 · strings · 2026-08-20
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
#include <stdio.h>int main(void) { printf("%c\n", 'A' + 25); return 0;}