In my last interview i found this tricky question. after these two lines what will be the value of i.
int i=c;
//c is a constant
i=i++;
where c is a constant(where c is initialised before). please give me step by step answer rather than one word answer.