char x = ‘B’ switch (x) { case ‘A’ : printf (“a”); case ‘B’ : printf (“b”); default : printf (“c”); }
Answer & Explanation Option: [D]