Misa

Q36.jpg

  • Media owner Misa
  • Ngày thêm
(Choose 1 answer)
Consider the following pieces of code:
static void Swap<T>(ref T a, ref T b) {
T temp:
temp= a;
C a = b:
b = temp;
}
Which of the following statements is valid to invoke the Swap() method?
A. int a = 3, b = 4;
Swap<int>(out a, ref b):
B. string a = "3". b = "4":
Swap <string> (out a, ref b):
C. int a = 3, b = 4:Swap(ref a, ref b):
D. string a = "3", b = "4":Swap(ref a. b):
R

34/50-CAP
Q: 36

Thông tin

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

Image metadata

Filename
Q36.webp
File size
168.7 KB
Dimensions
1920px x 892px

Share this media

Back
Bên trên