C on BuddyCode

Classic C — modern editor.

Compile and run C code online with BuddyCode. Free, fast, no installation. Great for learning systems programming.

main.c
#include <stdio.h>

int main() {
  printf("Hello BuddyCode\n");
  return 0;
}
✓ Feature

GCC-class compiler

✓ Feature

stdio & stdlib

✓ Feature

Beautiful editor