All pastes #2068645 Raw Edit

while question

public c v1 · immutable
#2068645 ·published 2011-05-24 20:50 UTC
rendered paste body
#include <stdio.h>main() {  int i = 0;  {    printf("%d\n", i++);  } while (i < 10);}