Answer Posted / 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 |
Post New Answer View All Answers
What is a string in c#?
What is console readkey in vb net?
What is the difference between console application and windows application?
Whats an assembly? Describe the importance of assembly?
Can abstract class have private constructor c#?
What does == mean in c sharp?
Explain the difference between abstract class and interface.
What is dbml file in c#?
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
What is difference between overloading and short circuiting?
When should I use static in C#?
Explain what is an interface in c#?
Explain static class members.
What is lazy keyword in c#?
What is difference between an reference type and value type in C#?