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
How many aware interfaces are there?
Can a sealed class be used as a base class?
What is arraylist c#?
What is cls, cts and clr in net?
What Happens In Memory When You Box And Unbox A Value-type?
Is as keyword in c#?
How to add a readonly property in c#.net
What is list array in c#?
What are the properties in c#?
State two different types of access modifiers.
Does google use c#?
What is iqueryable and ienumerable in c#?
Explain the working of serialization?
What are the advantages of properties in c#?
What is deferred execution?