Ahmed Goudaahmedgouda.hashnode.devยทSep 26, 2022Process OverviewHow a file runs on your PC? Suppose you wrote the below simple code. #include <stdio.h> #define RET 0 int main() { printf("Hello Linux\n"); return RET; } Then you compiled the file by using the command: gcc hello.c -o myhello In Embedded ...209 readsEmbedded LinuxLinuxAdd a thoughtful commentNo comments yetBe the first to start the conversation.