Can you change the value of a variable while debugging a C#
application?
Answer Posted / guest
yes goto immediate window and change
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What's difference between constants and static readonly?
What is main thread in c#?
Explain how can you clean up objects holding resources from within the code?
What is default access specifier for class in c#?
Difference between debug.write and trace.write?
Can I get the name of a type at runtime?
I want to print "Hello" even before main() is executed. How will you achieve that?
Difference between a sub and a function in c#.
What is concrete method in c#?
What is application c#?
What is Implicit conversion in C#?
What is difference between new and override in c#?
What is c# and why it is used for?
What is the difference between a class and an object c#?
What is an assembly loader?