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
Is c# different than c++?
What are the properties in c#?
Name the method of servicebase class?
What are the types of operator?
Why do we use class in c#?
What are the different types of comments in c#?
What is difference between internal and protected internal in c#?
Are value types sealed?
Does a loop recorder have to be removed?
What is singleordefault?
Why attributes are used in c#?
What is the difference between asp net and c#?
How many types of polymorphism are there?
What is hashtable in c# net with example?
Why are local variables stored in stack?