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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
Define the term immutable ?
What is ienumerable and iqueryable?
Is multiple inheritance possible in c#?
What is data quality assurance?
Is array reference type in c#?
Tell me the difference between call by value and call by reference.
Is there any sample c# code for simple threading?
Can enum be null c#?
Is c# a backend language?
What is lazy loading c#?
What is autopostback in c#?
What are the types of comments in c#?
Can constructor have return type c#?
What does typeof return c#?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.