ok ,i will provide you better answer.
see below ,the program will print both the part of if.
if(1)
{
printf("hello");
}
else;
{
printf("world");
}

the output is "helloworld".
this is done by simply putting terminater at the end of else part.
ok,thanks for enquiry
                                                anand

Reply via email to