Select the correct match of parameter declaration. static Void main(string[] args) { int a = 5; int b = 6; f
Posted: Wed Jul 13, 2022 7:56 pm
a) ref int a, int b, ref float c
b) ref int a, ref float c, ref int b
c) ref int a, ref int b, float c
d) ref int a, ref int b, ref float c
b) ref int a, ref float c, ref int b
c) ref int a, ref int b, float c
d) ref int a, ref int b, ref float c