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
what are the differences between a class and structure
what is IEquatable
Can I use parseint?
How do you encapsulate in c#?
What is a cs file?
How Global.asax is used ?
What is executereader in c#?
Is system a class in c#?
What is the difference between ienumerable and enumerator?
Why do we use interfaces in c#?
What is the difference between int and int in c#?
What is the use of the dispose method in C# ?
Do unused Namespaces in c# affect run-time performance?
In .NET which is the smallest unit of execution?
can multiple catch blocks be executed for a single try statement?