fork download
  1. main()
  2. {
  3. int t;
  4. scanf("%d",&t);
  5.  
  6. int a[t];
  7. }
stdin
10
compilation info
prog.c:2: warning: return type defaults to ‘int’
prog.c: In function ‘main’:
prog.c:4: warning: implicit declaration of function ‘scanf’
prog.c:4: warning: incompatible implicit declaration of built-in function ‘scanf’
prog.c:6: warning: unused variable ‘a’
prog.c:7: warning: control reaches end of non-void function
stdout
Standard output is empty