The Linux kernel is written in which of the programming language?
B
Correct answer
Explanation
The Linux kernel is primarily written in the C programming language, chosen for its efficiency, low-level access, and portability across hardware architectures. While some components may use assembly language for architecture-specific optimizations, C remains the core language. Linus Torvalds specifically selected C for its balance between high-level structure and low-level control. Option B correctly identifies C as the kernel's primary language.