i didnt understand your question entirely, but i will try my best to answer ...
- Say, you wrote a program named traffic.c in C language...
traffic.c contains the 'code/text'- Now you have to compile the program using a compiler.
A compiler is a software which converts your 'code/text' into machine language (0s & 1s)- Once you compile a proggie, it gets converted into an executable.
for ex- traffic.c will be converted to traffic.exe- Now if you want to run the program, u click on traffic.exe....
traffic.exe gets loaded into RAM from harddisk and is executed.




Reply With Quote