Stdle #1 · 2026-06-07
What does this log?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
#include <stdio.h>int main(void) { char s[] = "hi\0there"; printf("%zu\n", sizeof s); return 0;}Strings
Stdle #1 · 2026-06-07
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
#include <stdio.h>int main(void) { char s[] = "hi\0there"; printf("%zu\n", sizeof s); return 0;}