单选题 执行下列语句后,i和n的值为( )。
int i=10;
int n=i++%5;

【正确答案】 C
【答案解析】