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
Please explain the basic string operations used in c#?
What is difference between comparable and comparator?
What is difference between array and collection in c#?
How do we achieve encapsulation in c#?
What is uint c#?
How to generate strong name key file or which command is used to generated strong name key file?
List out two different types of errors in c#?
Name some properties of array.
How big is int16?
In .NET which is the smallest unit of execution?
What is the difference between structure and class in c#?
explain the features of static/shared classes.
Explain how obfuscator works in .net
What is the use of return in c#?
What is assembly manifest?