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 |
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is the diffences between Windows XP and Windows Visa
What is a pointer variable in c language?
Why is c so popular?
What are the functions to open and close file in c language?
What are multibyte characters?
Explain what is wrong with this program statement?
main() {int a=200*200/100; printf("%d",a); }
HOW CAN ADD OUR FUNCTION IN LIBRARY.
What is wrong with this declaration?
what is the function of void main()?
What does the format %10.2 mean when included in a printf statement?