Monday, October 29, 2018

C language one liner

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