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