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 callback delegate in c#?
If dll and exe files are same it means you can deploy both the files in gac?
What is the difference between dataset and datatable in c#?
Is c# used for any core features of windows vista?
Why are mutable structs evil?
Why we use get set in c#?
Is multilevel inheritance possible in c#?
What's different between c# and c/c++?
What happens if the inherited interfaces have conflicting method names?
Explain the difference between Metadata and Manifest
What is generic delegates in c#?
What is a boolean c#?
Define acid rule of thumb for transactions in c#.
Can we inherit two classes in c#?
Is null == null c#?