What will be the output of the program?

#includestdio.h

int main()
{
int i=1;
if(!i)
printf("electionic,");
else
{
i=0;
printf("communication");
main();
}
return 0;
}


Posted on by