Programming Languages C# Subjective
Mar 13, 2013

What are the advantages of c over Perl?

Detailed Explanation

There are more development tools for C than for PERL. PERL execute slower than C programs. Perl appears to be an interpreted language but the code is complied on the fly. If you don’t want others to use your Perl code you need to hide your code somehow unlike in C. Without additional tools it is impossible to create an executable of a Perl program

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback