Would it be possible to print Hello twice using single condition?
Hello
condition
if \"condition\" printf (\"Hello\"); else printf(\"World\");
Dont use an if else block then.
EDIT to Comment.
It might then mean that the code be in both blocks, or before/after the block if it is required to run in both cases.