PRN292c_-_FA_2023_-_1_1180.webp
lanhoa86

PRN292c_-_FA_2023_-_1_1180.webp

  • Media owner lanhoa86
  • Ngày thêm
(Choose 1 answer)
What is the exact output of this code?static void GetValue(int a, ref int b)
{
int c = a;
a = b:
b = c;
}
static void Main(string[] args)
{
int a = 5, b = 6;
GetValue(a, ref b);
Console.WriteLine("a={0},b={1}", a, b);
}
A. a=5,b=5
B. a=5,b=4
C. a=4,b=4
D. a=4,b=5


Exit 39

Thông tin

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

Image metadata

Filename
PRN292c_-_FA_2023_-_1_1180.webp
File size
47.5 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom