public void A() {
int x;
x = 8;
x *= 4 + 8 / 2;
}
Given the above code, what is the value of "x"?
Answer Posted / prasad
answer is 64
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Where do I put dll files?
Can partial class be inherited?
What operator means?
What is the meaning of MSIL?
What is asp net c# corner?
Is array ienumerable c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
How do you concatenate in c#?
What is super class in c#?
Is array a list?
What are primitive types in c#?
What you mean by delegate in c#?
What does ienumerable mean?
What tool we have to use to install assembli in gac folder.
Does the variables of a private class-level inherited?