Latest C Aptitude Question SOLUTION: if(.......) { printf("hello"); } else { printf("world"); } without changing any code just put the condition in if(......) so that the output will be "helloWorld".