What will be output of the following “c” code? June 6, 2022 by admin โช Choose the correct option.What will be output of the following “c” code? #include void main() { int i=10; i=!i>14; printf("%d", i); }A. 0B. 10C. 1D. Compilation Error Submit Answer