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 fcl in c#?
What is virtual in c#?
How do you declare a variable in c#?
What is the implicit name of the parameter that gets passed into the class set method?
How do you create dlls in .NET
Can constructor be private c#?
What is verbatim string literal in c#?
What are the different types of classes?
What do u mean by delegation of authority?
Explain the difference between user control and custom control. Also, explain their use.
What is the purpose of the integer parse method the decimal parse method?
Is array value type in c#?
Why we use oops in c#?
Can interface inherit class in c#?
Why do we need generics in c#?