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