Why learn C?
. C is a versatile all-purpose programming language thatallows programmers to create many types of applications ata variety of levels from low level device drivers to high levelgraphics applications and expert systems, hence its popularity.. C programs, if written properly, can compile almost directlyinto machine code making them very fast.. C is a non-verbose language, crisp and concise, allowingfor a minimum of coding at a maximum of power.. C is an industry standard on major platforms including:Unix workstationsMicros. C is the basis of C++, the most widely used OO language
Leave a Comment