OverIQ.com
Run (or Hit F9)
#include<stdio.h> int main() { int num[5] = {1, 2, 3, 4, 5, 6, 7, 8}; // error return 0; }