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
What is a web service in c#?
How can you read 3rd line from a text file?
Name the method of servicebase class?
What are some of the commonly used commands in sqlcommand?
Why do we use abstraction in c#?
what is the index value of the first element in an array?
What is a datacontract?
Why is ienumerable used?
How do you create user defined data types in c#?
Explain Direct CAST vs CType ?
What is collection of classes in c#?
What is the advantage of generics in c#?
What is difference between list and dictionary in c#?
Why main is static in c#?
What is private virtual in C#?