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
how to print invert pyramid in c#
Why do we need indexer in c#?
What is executereader in c#?
What do you mean by sealed classes and static classes?
Which sorting algorithm is best?
What is sqlconnection in c#?
What is part of a method signature in c#?
What are the types of comment in c# with examples?
What are access modifiers in c#?
What is list collection in c#?
What is singleordefault c#?
What Is A Multicast Delegate?
What is deferred execution in c#?
Explain how do you debug an asp.net web application?
What is a template class?