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() { 100; printf("%d",100); }A. Compilation ErrorB. 100C. 1D. None of these Submit Answer