#include <stdio.h> int main(void) { int k,i; scanf("%d",&i); printf("k=%d,i=%d",k=i++,i); return 0;}
30
k=30,i=30
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!