How do you open a compiled C program from a file manager ?
A compiled C program is not text, it is a binary data file. If you try to print the file to the screen it is likely to lock up your terminal session. You will need a hex editor to open and view the file.