Latest SELF Aptitude Question SOLUTION: switch(option) { case 'H' : printf("Hello"); case 'W' : printf("Welcome"); case 'B' : printf("Bye"); break; } what would be the output if option = 'H' ?