← Back to archive

Stdle #37 · conversions · 2026-07-13

What does this C snippet output?

A past puzzle — fully playable. 4 attempts, hints on wrong guesses.

#include <stdio.h>
int main(void) {
unsigned int u = -1;
printf("%u\n", u);
return 0;
}
Conversions
4 attempts left

Answer & explanation