PRN211_-_SP_2024_-_Block_5_-_FE_1927.webp
P

PRN211_-_SP_2024_-_Block_5_-_FE_1927.webp

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

Q: 16

Thông tin

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

Image metadata

Filename
PRN211_-_SP_2024_-_Block_5_-_FE_1927.webp
File size
173.1 KB
Dimensions
1920px x 930px

Share this media

Back
Bên trên Bottom