Home » MYSQL » MySQL Connectors and APIs » Question
  1. For a heavily used program, which of these languages should be preferred?
    1. PHP
    2. Python
    3. C
    4. Perl
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.