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