In C, the expression c=i++ causes
Athe value of i assigned to c and then i incremented by 1
Bi to be incremented by 1 and then the value of i assigned to c
Cvalue of i assigned to c
Di to be incremented by 1
Athe value of i assigned to c and then i incremented by 1
Bi to be incremented by 1 and then the value of i assigned to c
Cvalue of i assigned to c
Di to be incremented by 1