👉 A default value is a value that is automatically assigned to a variable when no other values are specified. In programming, it's often used in situations where there isn't enough information available to determine what value should be assigned to a variable. A default value can be useful for cases where the programmer wants to use a specific value without having to specify one explicitly.