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
Why do we use lambda expression in c#?
What is a bool in c#?
without modifying source code if we compile again, will it be generated MSIL again?
What is the difference between field and property in c#?
What is entity framework c#?
Distinguish between the Debug class and Trace class with its functionality?
Why do we use delegates in c#?
What is reflection c#?
Can a struct inherit from another struct or class in c#?
Can you specify nested classes as partial classes?
What is a partial method?
Why do we need collections in c#?
What are the different types of constructors in c#?
Differentiate between object pooling and connection pooling in c#?
Why do we use readonly in c#?