How does the assert() function work?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
How does the assert() function work?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
assert() checks a condition at runtime. If false, it terminates the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is sizeof () an operator and not a function?
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?
How to write a code for reverse of string without using string functions?
Explain what are the different data types in c?
What is the deal on sprintf_s return value?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
write a program for even numbers?
show how link list can be used to repersent the following polynomial i) 5x+2
How many types of operators are there in c?
how to use virual function in real time example
Why preprocessor should come before source code?