What is the output of the following C Program?


Loading

โœช 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 values
B. Compilation Error
C. no output No Error
D. stack Overflow