Sorry! Posting Assignment is allowed only for commercial accounts.
#include <stdio.h>int main(){ int i; i = 1, 2, 3; printf("i = %d\n", i); getchar(); return 0;}