How does the assert() function work?

Answers were Sorted based on User's Feedback



How does the assert() function work?..

Answer / nashiinformaticssolutions

How does the assert() function work?

Is This Answer Correct ?    0 Yes 0 No

How does the assert() function work?..

Answer / glibwaresoftsolutions

assert() checks a condition at runtime. If false, it terminates the program.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Why is sizeof () an operator and not a function?

1 Answers  


a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture, Digg.com,


Explain the difference between strcpy() and memcpy() function?

1 Answers  


How to write a code for reverse of string without using string functions?

1 Answers   TCS,


Explain what are the different data types in c?

1 Answers  


What is the deal on sprintf_s return value?

1 Answers  


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

1 Answers  


write a program for even numbers?

19 Answers   TCS,


show how link list can be used to repersent the following polynomial i) 5x+2

1 Answers   CBSE,


How many types of operators are there in c?

1 Answers  


how to use virual function in real time example

1 Answers   CTS, Wipro,


Why preprocessor should come before source code?

2 Answers  


Categories