Standard C does not support either. However, something quite similar can be implemented via macros.
If you would like to do function overloading and declare default values for arguments in C, Please take a look at the answer I wrote to another question: https://stackoverflow.com/a/79410651/437606