Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What does assert() do?

Answers were Sorted based on User's Feedback



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 ?    5 Yes 0 No

What does assert() do?..

Answer / 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

More C Sharp Interview Questions

What are some of the commonly used commands in sqlcommand?

0 Answers  


Which is faster array or arraylist in c#?

0 Answers  


Can enum be null c#?

0 Answers  


Can constructor have return type c#?

0 Answers  


Can you have more than one namespace in c#?

0 Answers  


What are constants in c#?

0 Answers  


Where do we use serialization in c#?

0 Answers  


What is a nullreferenceexception?

0 Answers  


Explain About .NET Remoting and types of remoting

0 Answers  


1. Describe page life cycle?

3 Answers   Mphasis,


main concept of c sharp

3 Answers  


What is cookies in c# asp net?

0 Answers  


Categories