What does assert() method do?
Answer Posted / swapna
In debug compilation, assert takes in a Boolean condition
as a parameter, and shows the error dialog if the condition
is false. The program proceeds without any interruption if
the condition is true.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is .net architecture and framework?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
what is conceptual model?
Is http stateful or stateless?
Can I add mvc testcases in visual studio express?
explain how you can load related entities in ef (entity framework)?
How we can add the CSS in ASP.Net MVC?
Why to use Html.Partial in ASP.Net MVC?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
Is it possible to create a custom filter?
What are the new enhancements done in default project template of asp.net mvc 4?
What is the role of the jit compiler in .net framework?
What is the .net framework?
Define the core components of an ASP.NET MVC application?
Which version of .net framework is installed?