#include<stdio.h> int main(){ int i=10; int j=20; int *k=&i; scanf("90",k); printf("%d,%d,%d\n",i,j,*k); return 0;}
Standard input is empty
10,20,10
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!