GFact | C standard C99 allows inline functions and variable-length-arrays
Last Updated : 23 Jul, 2025
The C standard C99 allows inline functions and variable-length-arrays. So following functions are valid in C99 compliant compilers.
Example for inline functions Example for variable length arrays