Computer languages (C++, C#, python, etc) exist only to offer up an interface for humans to communicate instructions in a readable manner to a device.
Once a program is written and compiled they are turned into machine code and specifically Binary. You can view these instructions but it’s not easily readable and to actually convert it back to something that is readable you need to reverse engineer the code, that can be difficult to do and take a while to do.
So the code itself is not executed its the instructions created from the code.
Latest Answers