MCQS

Q. In which language is source program written:__________?
🔍 Search on Google 📖 Search on Wikipedia
« PreviousNext »

The correct answer is 'C. High level' because a source program is typically written in a high-level programming language, which is designed to be easily understood by humans and is closer to natural language. High-level languages are more abstract and do not require the programmer to have a deep understanding of the computer's hardware or architecture. This makes it easier for programmers to write and read code, leading to faster development and fewer errors.