Buy Questpond's video subscriptions on
huge discount
.
Online: 601
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
What does assert() method do
Posted by
deccansoft
on 9/23/2010 | Category:
C# Interview questions
| Views: 1950
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.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
What’s the difference between the Debug class and ...
Next question > :
What debugging tools come with the .NET SDK
Comments or Responses
Login to post response
More Interview Questions
What debugging tools come with the .NET SDK
Can we overload contructors
Can we force the activation of Garbage Collection if yes How?
__________ DialogBox : It always remains on top of the owner form but ...
________ DialogBox : unless it is disposed we cannot work with the par ...
What is an MDI
MaskedTextBox properties are _________
KeyDown event fires only for _____________