C Programming
Find the output of the following program.#includevoid main(){ int y=10; if(y++>9 && y++!=10 && y++>11) printf("%d", y); else printf("%d", y);}

11
14
13
Compilation error
12

ANSWER DOWNLOAD EXAMIANS APP