Select output for following set of code. static void Main(string[] args) { int i = 2, j = 3, k = 4; switch (i +
Posted: Thu Jul 14, 2022 9:07 am
a) 1 3 1
b) 2 3 4
c) 5 3 4
d) Compile time error
b) 2 3 4
c) 5 3 4
d) Compile time error
Accurate answers. Every time.
https://answerhappy.com/