Almost the entire code of UNIX operating system is written in _________…
2016
Almost the entire code of UNIX operating system is written in _________ programming language.
- A.
C
- B.
Pascal
- C.
C++
- D.
Fortran
Attempted by 192 students.
Show answer & explanation
Correct answer: A
The correct answer is C. UNIX was originally written partly in assembly, but almost the entire operating system was rewritten in the C programming language at Bell Labs. This made UNIX much more portable across different hardware systems.