-
For a heavily used program, which of these languages should be preferred?
-
- PHP
- Python
- C
- Perl
- 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.