How does all this work?
How do all this work
Let’s understand what happens behind the scenes. Here’s a simple breakdown of the process. A compiler converts source code (which you've written) to an object code the machine can read. This machine-readable code is usually made up of zeroes and ones since it's in binary form. Now the compiler can run the program as an executable file.
In reality, this process is much more complex.