”;
The stdalign.h header file is part of the standard C library. It defines macros related to alignment and allows us to query and specify the alignment of object in our C programs.
C − stdalign.h Operators
Following is the operator defined in the header stdalign.h −
Sr.No. | Operator & Description |
---|---|
1 |
alignof(type) This helps us to determine the alignment of a type or an expression.
|
Advertisements
”;