021. Technical interview question: Give the output of the following code Prashant Chaudhari 7 years ago int main() { int i = 0; int j = i+++1; printf("%d\n", j); }