Default optional parameters allow you to provide a default value when the parameter is not explicitly passed in the function call.
It ensures that the function works even if specific parameters are not provided.
Syntax:
void functionName(parameter1 ,...