a) Value Type va Reference Type nima?
1. Value Types (Qiymat turlari)
2. Reference Types (Havola turlari)
b) Quyidagi kodni natijasi : 5
int a = 5;
int b = a;
b = 10;
Console.WriteLine(a);
a) Value Type va Reference Type nima?
1. Value Types (Qiymat turlari)
2. Reference Types (Havola turlari)
b) Quyidagi kodni natijasi : 5
int a = 5;
int b = a;
b = 10;
Console.WriteLine(a);
For further actions, you may consider blocking this person and/or reporting abuse
Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.
Zhang Wei -
Bob Cars(on) -
ashu-commits -
GitHubOpenSource -
Top comments (0)