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 |
Can we change static value in c#?
Which constructor is called first in c#?
What is the difference between Abstract and Interface?
22 Answers Agile Software, FER, HCL, Sys Universe,
What is a console?
What is difference between array and collection?
What is arraylist c#?
Can bool be null c#?
Can you store strings in arrays?
How do you comment out code in c#?
What happens when thread sleep () method is called?
What is a view? What is the use of it?
What are the Types of JIT and what is econo-JIT