public void A() {
int x;
x = 8;
x *= 4 + 8 / 2;
}
Given the above code, what is the value of "x"?
Answer Posted / sasi
64 is the correct answer, i will check it practically
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
what is IComparable
What is the syntax for calling an overloaded constructor within a constructor?
Why to use “finally” block in c#?
How Reflection is used and what it's significance ?
What is distribute by in hive?
What can we do to handle multiple exceptions?
What is difference between ienumerable and enumerable in c#?
How does insertion sort work?
what are the differences between a class and structure
What is the difference between arraylist and list in c#?
Which controls do not have events?
Why is c# used?
Can int be null c#?
What are the advantages of properties in c#?
Describe the difference between inline and code behind - which is best?