What does assert() do?



What does assert() do?..

Answer / guest

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 ?    2 Yes 1 No

Post New Answer

More C Sharp Interview Questions

Can u create multiple threads of execution ?

1 Answers   IBM, ITC Infotech, UHU,


What is oledb in c#?

1 Answers  


What does console mean c#?

1 Answers  


What is option parameter in C#?

1 Answers  


What is the meaning of MSIL?

1 Answers   TCS,


what is dynamic sql

2 Answers   TCS, Wipro,


What is _layout cshtml?

1 Answers  


What is the main purpose of delegates in c#?

1 Answers  


What is the difference between dispose() and finalize() methods in c#?

1 Answers  


Explanation on Generic?

1 Answers   QuestPond,


Do loops c#?

1 Answers  


What is difference between encapsulation and abstraction in c#?

1 Answers  


Categories