A
Q. What will be the output of the following C# code?
Code:
int a,b;
a = (b = 10) + 5;
a = (b = 10) + 5;
- Correct Answer - Option(C)
- Views: 31
- Filed under category C# (C Sharp)
- Hashtags:
Discusssion
Login to discuss.