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 does || mean in programming?
What is the difference between // comments, /* */ comments and /// comments?
Differentiate between sqlclient oledb and providers?
What is the difference between an integer and int?
What is anonymous types in c#?
Write a syntax for writing a event delegate.
What is a linq in c#?
What is a dynamic assembly?
What is xml serialization and deserialization in c#?
What is the advantage of constructor?
Write the difference between TypeOf and GetType?
What is method in c#?
How do you comment out code in c#?
How long does a loop recorder procedure take?
Differentiate between copy and default constructor.