1.

For a heavily used program, which of these languages should be preferred?(a) C(b) Perl(c) PHP(d) PythonI had been asked this question during an online interview.This intriguing question comes from Choosing an API topic in portion MySQL Programming of MySQL

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

Related InterviewSolutions