Search code examples
cwindowswinapicompilationcompatibility

Can I compile a C program on one version of Windows and then run it on another version of Windows?


If I compile a C program on Windows 10, can that program run on Windows 7?

If I compile a C program on Windows 10 Home, can that program run on Windows 10 Pro?


Solution

  • yes , you can run your program in any windows.I think knowing about compile process can help you.