← Back to archive

Stdle #36 · strings · 2026-07-12

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", 65);
return 0;
}
Strings
4 attempts left

Answer & explanation