PRN211_-_FE_-_SU_2023_441.webp
D

PRN211_-_FE_-_SU_2023_441.webp

  • Media owner Dagon99
  • Ngày thêm
(Choose 1 answer)
b = a + c;
C++:
static void GetValue(ref int a, out int b, int c){
c = a + b
}
static void Main(string[] args){
t~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=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

Thông tin

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

Image metadata

Filename
PRN211_-_FE_-_SU_2023_441.webp
File size
43.7 KB
Dimensions
1286px x 546px

Share this media

Back
Bên trên Bottom