fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.  
  5. scanf("%d");
  6.  
  7. int a;
  8.  
  9.  
  10. printf("Value of a : %d\n", a);
  11.  
  12. return 0;
  13. }
Success #stdin #stdout 0s 5324KB
stdin
256
stdout
Value of a : 0