Find the output
What will be the output of this code, If the input is "a" ?

#include <stdio.h>
void main()
{
        while(getchar()!='N')
            printf("Hello World\n");
}

Posted on by