Can u guess the  'OUTPUT '?
#include <stdio.h>
int main() {
    while(1)
    {
     if (printf("%d", printf("Cool")))
        break;
     if (5)
        continue;
    }
return 0;
}



Posted on by