1.

For a heavily used program, which of these languages should be preferred?(a) C(b) Perl(c) PHP(d) Python

Answer» Right choice is (a) C

Easy explanation: C is compiled while Perl and PHP are interpreted. So C programs generally will run faster than Perl or PHP scripts. Therefore C should be the best choice for a heavily used program.


Discussion

No Comment Found