What is output of C Program ?
int main()
{
    int k;
    
    for(;;)
    {
        printf("TESTING\n");
        break;
    }

Posted on by