How can I use "goto" for group of multiple statements in the code as following:



title:
{
printf("______________\n")
printf("The Hollywood\n");
printf("______________\n")
}