Answer Posted / glibwaresoftsolutions
assert() checks a condition at runtime. If false, it terminates the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is an array in c?
Explain Function Pointer?
Explain what are bus errors, memory faults, and core dumps?
What is calloc() function?
Why we not create function inside function.
Explain function?
Can variables be declared anywhere in c?
What is substring in c?
What are the types of bitwise operator?
What is the use of a semicolon (;) at the end of every program statement?
Are pointers integer?
Is sizeof a keyword in c?
Explain how can I avoid the abort, retry, fail messages?
What is meant by keywords in c?