Select the output for following set of Code. static void Main(string[] args) { char ch = 'p'; switch (ch) {
Posted: Thu Jul 14, 2022 9:07 am
a) coco main
b) coco 112
c) coco 112 main
d) compile time error
b) coco 112
c) coco 112 main
d) compile time error