What will be the output?
int main() { printf("%d", d++); } int d = 10;
Answer: D
No answer description available for this question.