assert.h
Sign in to saveAlso known as cassert, <assert.h>, <cassert>, C Programming/assert.h
'''''' is a header file in the C standard library. It defines the C preprocessor macro and implements runtime assertion in C.
~3 min read
Article
7 sectionsContents
- Use
- {{mono|static_assert}}
- {{mono|contract_assert}}
- Other languages
- References
- Citations
- Bibliography
'''''' is a header file in the C standard library. It defines the C preprocessor macro and implements runtime assertion in C.
is defined in ANSI C as part of the C standard library. In the C++ programming language, and are available; both are functionally equivalent.
Connections
C standard library
Entity
International Standard Book Number
Entity
Java
Entity
Q2407
Entity
Q2370
Entity
Dennis M. Ritchie
Entity
University of California, Berkeley
Entity
Q48413
Entity
pointer
Entity
Q575650
Entity
American National Standards Institute
Entity
Brian Kernighan
Entity
Boolean data type
Entity
macro
Entity
integer data type
Entity
memory address
Entity
Wiley
Entity
C preprocessor
Entity
C++11
Entity
side effect
Entity