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
Explain the difference between proc. Sent by val and by sub?
What is extended class in c#?
What is array and arraylist?
What is type checking in c#?
How to transpose multi-dimensional array?
How many types of constructors are available in c#?
In which order the destructor is called for an inherited class?
Is a dll an assembly?
What is variable and its classification?
What is class method?
Why delegates are safe in c#?
What are object pooling and connection pooling and difference between them?
Explain the top reason to use c# language?
What is appdomain in c#?
What is the advantage of static class in c#?