Point out the error in the following program (if it is compiled with Turbo C compiler).
#includestdio.h
int main()
{
display();
return 0;
}
void display()
{
printf("Don't copy my code");
}

Posted on by