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
How do I trim a space in c#?
What is collection class c#?
What are the uses of delegates in c#?
What is COM Interoperability?
What is token in c#?
What is the difference between early binding and late binding in c#?
How to use the sreamReader class to read form a text file?
What do you know about Translate Accelerator?
What does assert() do in c#?
What is a class level variable in c#?
What is int16?
What is difference between dictionary and list in c#?
Explain the feature of c# language?
Value Type and Reference Type Data type in C#?
What are the Types of JIT and what is econo-JIT