fork download
  1. const int SIZE = 1024;
  2. int Buffer [SIZE];
  3.  
  4. int main () {
  5. return 0;
  6. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:2:5: error: variably modified ‘Buffer’ at file scope
 int Buffer [SIZE];
     ^
stdout
Standard output is empty