Answer Posted / akshay
assert() is mainly used for debugging the code. The expression is given in the brackets and if the expression becomes false the Assertion Failure takes place. Which simply terminates the application giving file name and line number.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are private members inherited in c#?
Do loops c#?
List down the differences between “dispose” and “finalize” methods in c#.
Is enum a value type c#?
Define a strong name in .net?
Can you instantiate an abstract class c#?
What's new in c#?
What is constructor overloading in c#?
Define encapsulation?
List the fundamental oop concepts?
What is default method in c#?
What is executereader in c#?
What is the use of console readkey in c#?
Explain the difference between proc. Sent by val and by sub?
What is the use of properties window?