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 null propagation c#?
Is null in c#?
What is meant by collections in c#?
What is an inheritance ?Give an example in which inheritance is used?
What is default boolean value in c#?
What is difference between array and list in c#?
In a single .NET DLL how many classes it contains?
Can properties be private in c#?
What is an int in c#?
What is sqlconnection in c#?
What is generic method in c#?
Why do we need oops in c#?
Are c# objects passed by reference?
What is ado net in c#?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?