Transcription: Automatic, standard or implicit conversions are conversions that are performed automatically. You do not specify these conversions in the code. The compiler makes them implicitly. These conversions can take place when an operator has operands that have different types. They can also take place when an object is initialized, including when formal arguments are initialized in a function.