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