1. assert () - In C, assertions are implemented with the standard assert macro. The argument to assert must be true when the macro is executed, otherwise the program aborts and prints an error message.
Ref:
1. https://ptolemy.berkeley.edu/~johnr/tutorials/assertions.html
No comments:
Post a Comment