Page 1 of 1

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
by answerhappygod
a) coco main
b) coco 112
c) coco 112 main
d) compile time error