fork download
  1. #include<stdio.h>
  2. int xyz=10;
  3. int main(){
  4. int xyz=20;
  5. printf("%d",xyz);
  6. return 0;
  7. }
Success #stdin #stdout 0s 5280KB
stdin
Standard input is empty
stdout
20