โช 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;
}
}
#include
void main()
{
while(1){
if(printf("%d",printf("%d")))
break;
else
continue;
}
}