A disadvantage of a compiled programming language is that:

(1 point)
Responses

it can’t separate source code from an executable file.

it can’t separate source code from an executable file.

it takes longer to run the program.

it takes longer to run the program.

it can’t run on any platform.

it can’t run on any platform.

it executes the source code line by line.

None of the given options are a disadvantage of a compiled programming language.

A possible disadvantage of a compiled programming language could be that it requires a separate compilation step before the code can be executed, which could slow down the development process.