0
What is the difference between linux/Windows and compiler
4 Answers
+ 5
Linux and Windows are operating systemsš for which you write useful software using a programming language AND a compiler/interpreter² that translates the program's sources to an executable.
____
š https://en.wikipedia.org/wiki/Operating_system
² https://en.wikipedia.org/wiki/Compiler
+ 3
Linux and Windows are operating systems (an interface between applications and the hardware) while a compiler is simply a program that turns your source code(in any programming language) into a computer understandable code(object code). An example of a compiler could be the GCC compiler for c/c++ programs.
Hope i was helpfull đ
+ 1
Mad Program LOL!
+ 1
C++ Soldier (Babak) What's funny?