How many times the program will print "MK" ?
#include<stdio.h>

int main()
{
    printf("MK");
    main();
    return 0;
}


Posted on by