Point out the error in the following program 
#includestdio.h
int main()
{
display();
return 0;
}
void display()
{
printf("IndiaBIX.com");
}

Posted on by