Page 1 of 1

Select output for following set of code. static void Main(string[] args) { int const p = 0; switch (3 * 5 / 6)

Posted: Thu Jul 14, 2022 9:07 am
by answerhappygod
a) A
b) B
c) C
d) Compile time error