

InterviewSolution
Saved Bookmarks
1. |
Which is interpreted language?(a) C++(b) C(c) MATLAB(d) FortranThis question was posed to me during an interview.My enquiry is from FORTRAN Basics topic in section Computer Languages of Computer Fundamentals |
Answer» CORRECT choice is (c) MATLAB The best explanation: MATLAB is an interpreted language. All the other languages are compiled languages. In the CASE of Interpreted language, the TRANSLATION to machine-language is performed incrementally at run-time. |
|