operating system have a simple language called
Answers
Answered by
1
Answer:
C
Since OS, specifically the kernel, manages the core tasks and the application that runs on the OS it must have direct low level access to the hardware. Hence OS is written in a language like C. Most OS uses C for its kernel, mainly Linux, Windows, Mac OS, and many others are written in C.
Explanation:
Hope it is helpful for you ♥
Answered by
0
Explanation:
Most operating systems like Windows, iOS, Linux, Ubuntu and Android are written using a combination of C and C++. Windows uses a kernel written in C, with applications in C++. Android also uses some Java for application framework, along with C and C++. But in general, C and C++ are
Similar questions