C-15-Q099mediumsingle_mcq
C is traditionally a:
C is traditionally a:
- aCompiled language
- bInterpreted language
- cMarkup language
- dDatabase language
ব্যাখ্যা
C is traditionally a compiled language, meaning its source code is translated as a whole into machine code by a compiler before the program runs. This contrasts with interpreted languages like Python.