What is the output of the following C Program? June 6, 2022 by admin โช Choose the correct option.What is the output of the following C Program? #include void main() { while(1){ if(printf("%d",printf("%d"))) break; else continue; } }A. Garbage valuesB. Compilation ErrorC. no output No ErrorD. stack Overflow Submit Answer