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 are generic types?
What is the C# syntax to catch any possible exception?
How long will it take to learn c#?
What is lazy class in c#?
Explain briefly the difference between value type and reference type?
What do you understand by the terms datareader object and dataset object?
What is c sharp language?
Define satellite assembly in c#?
Can a class have multiple constructors c#?
What is call back method?
When should we use sealed class in c#?
How do you create dlls in .NET
What is access specifier in c#?
What is array class in c#?
How many kinds of elements an array can have?