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 characteristics of c#?
What is difference between struct and class in c#?
What is a void c#?
What is the difference between xml documentation tag?
What are cookies in c#?
What is decimal in c#?
Why does dllimport not work for me?
What is the purpose of abstract class in c#?
What is a delegate? How can it works?
Can we change static value in c#?
What is the difference between static and constant variables?
What is a singleton unity?
Is it possible to force garbage collector to run?
Why is it important to override gethashcode when equals method is overridden?
Explain boxing and unboxing in c#?