public void A() {
int x;
x = 8;
x *= 4 + 8 / 2;
}
Given the above code, what is the value of "x"?
Answer Posted / nitin
x=8;
x=12/2*8;
x=6*8;
x=48;
The Anwere is 48
| Is This Answer Correct ? | 0 Yes | 16 No |
Post New Answer View All Answers
What is boolean method?
what is c# command?
How Reflection is used and what it's significance ?
To whom a method is accesssed if it is marked as protected internal ?
Explain how do you convert a value-type to a reference-type?
What is a decimal in c#?
Are constructors inherited c#?
What is .dbml file?
How is the syntax written to inherit from a class in C#?Give an example ?
What are data types examples?
Is there throws keyword in c#?
What is the difference between class and namespace?
What is meant by clr?
What are callback methods in c#?
Which of the following operations can you not perform on an ado.net dataset?