What is the output of the following code?
#includestudio.h
int main()
{
display();
return 0;
}
void display()
{
printf("Hey there!");
}


Posted on by