Sorry! Posting Assignment is allowed only for commercial accounts.
#includestdio.h int main() { int i=1; if(!i) printf("khushi"); else { i=0; printf("patil"); main(); } return 0; }