What does assert() do?
Answer / 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 |
What statements can enclose a "continue" statement?
How do you create dlls in .NET
What is parsing?
why sturcture ? why class?why you prefer structure and in which cases u go for class?
What is a c sharp?
How do I make a dll in c#?
What is the difference between integer and double?
Describe two uses of the “using” statement during the operation of c#?
How to call a function when a class implements 2 interfaces and function is present in both interfaces?
How are Windows programs different from normal C-programs?
What is InterFace???
how to access the virtual method without creating the objet for the virtual method?