Everything you want to know about GCC
As a newbie to the world of programming languages and computers, we should be aware that computers cannot ‘understand’ any of the programming languages that we are working with. It can interpret only machine languages ( zero’s and one’s). Compiler is what that…

