PRN211_-_FA_2023_-_FE_983.webp
P

PRN211_-_FA_2023_-_FE_983.webp

2
(Choose 1 answer)
static int GetValue(out int a, out int b, int c){a = ++cb = a++:
A. a-5.b-2.c=4
return c;
}
static void Main(string[] args){
B. a=5,b=5,c=5
C. a=7,b=6,c=6
int a = 3, b = 4, c = 5;
c = GetValue(out a, out b, c);
Console.WriteLine($"a={a},b={b},c={c}");
}
D. a=7,b=8,c=8
Which one of the following is the output of the above code?
w
Finish

Thông tin

Category
PRN211
Thêm bởi
peaceful_man
Ngày thêm
Lượt xem
849
Lượt bình luận
4
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRN211_-_FA_2023_-_FE_983.webp
File size
42.1 KB
Dimensions
1286px x 546px

Share this media

Back
Bên trên Bottom