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 = 400, j = 300; printf("%d %d "); }A. Garbage ValuesB. stack overflowC. 400 300D. 300 400 Submit Answer