Predict the output of the following code
#includestdio.h
void code(int(*)());

void main()
{
code(main);
printf("GMIT\n");
}
void code(int (*p)())
{
printf("AI & ML ");
}

Posted on by