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