C does not support optional parameters . Nor does it support function overloading which can often be used to similar effect.
Can you have optional parameters in C?
C does not support optional parameters . Nor does it support function overloading which can often be used to similar effect.