what is condition so we will get HelloWorld output in following code

if "condition"
printf("Hello");
else
printf("World");



Reply via email to