Answer Posted / abhi
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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is or operator in c#?
What is private in c#?
What is primitive types in c#?
What is a partial class in c#?
Differentiate between method overriding from method overloading with its functionality?
What's difference between constants and static readonly?
What do you mean by expression tree?
When do you generally use a class over a struct?
Why do we use parameters in c#?
Why do we need ienumerable in c#?
What is different between Implicit conversion and Explicit conversion in C#?
What is dataadapter c#?
Can we inherit sealed class in c#?
What is an iqueryable in c#?
What is a value type in c#?