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
Define collections?
What is generic and non generic collections in c#?
What is void in c#?
How many types of namespaces available in version4?
What is xaml file in c#?
what is a static constructor?
What is a generic in c#?
Explain the process of inheriting a class into another class?
Why do we write system in c#?
When Should You Call The Garbage Collector In .net?
What is expression tree with example?
How can I develop an application that automatically updates itself from the web?
What are the types of serialization?
What is the difference between virtual and override in c#?
Is c# or c++ better for games?