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 is a destructor in c#?
Why do we use abstract class in c#?
Explain what is the smallest unit of execution in .net?
Do unused Namespaces in c# affect run-time performance?
Why dictionary is used in c#?
Why do we need serialization?
What is datacontract in c#?
What is c# windows form application?
What is the difference between a constant and a static readonly field?
What is the difference between a field and a property in c#?
What is class and object c#?
What is delegates and events?
Define using statement in c#?
What is stringbuilder c#?
Why extension method is static?