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 main() { 100; printf("%d",100); }A. ErrorB. 100C. Garbage valueD. 100100 Submit Answer