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 |
Where are all .NET Collection classes located ?
Differentiate between dataset and datareader?
What exception can an overridden method throw in comparison with the method it is overriding?
What is window application in c#?
What is difference between array and collection in c#?
Explain the difference between private and shared assembly?
Differentiate between method overriding from method overloading with its functionality?
What is cache memory in c#?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What does async mean in c#?
How long does it take to learn c# programming?
Write a program in C# for checking a given number is PRIME or not.