050. Technical interview question: Give the output of following code April 19, 2018March 3, 2018 Prashant Chaudhari Technical Interview Questions And Answers #include <stdio.h> void main() { int x = 97; int y = sizeof(x++); printf("X is %d", x); }#include <stdio.h> void main() { int x = 97; int y = sizeof(x++); printf("X is %d", x); } Watch video explanation for this technical question