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 is strong data type in c#?
Can you drink alcohol with a loop recorder?
What is a hash table in c#?
Is functional interface runnable?
Can dictionary have duplicate keys c#?
What is gac? What are the steps to create an assembly and add it to the gac?
What is difference between overloading and short circuiting?
Is string nullable c#?
what is boxing and unboxing?can we initialize unboxing directly?
What is dapper in c#?
What is using directive in c#?
What is yield keyword?
Can abstract classes be final?
What are the types of access modifiers?
Can a static class contain non static members?