PREDICT THE OUTPUT OF THE FOLLOWING CODE
#include stdio.h
int main()
{
char *str="MINIROBO";
printf("%s",str+4);
return 0;
}


Posted on by