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 wpf application in c#?
What is a generic method?
Which framework is best for desktop application?
What are the benefits of using generics in c#?
2. What happened when BO object has been called?
Is 0 an unsigned integer?
What is the difference between string and stringbuilder in c#?
Can we maintain state in webservice?
Can a child class call the constructor of a base class?
Why do we need ienumerable in c#?
What is lazy in c#?
Is there hashmap in c#?
Explain deadlock?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?