Answer Posted / guest
In debug compilation, assert takes in a Boolean condition
as a parameter, and shows the error dialog if the condition
is false. The program proceeds without any interruption if
the condition is true.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are delegates?
What do you know about device context?
How do destructors and garbage collection work in c#?
What is dataset c#?
Explain how to use an extender provider in the project.
What do constructors do in c#?
What do you mean by abstract class in c#?
What is ienumerable t in c#?
What is strong name in c# and how can we use it?
What is sorting in c#?
How many static constructors are allowed in a class?
What is boxing and unboxing in c#?
What is web forms in c#?
Is arraylist type safe in c#?
What is the difference between as and is operators in c#?