Which of these is the most general purpose language?
PHP
C
Perl
Python
None of these
Correct Option: B
C is a general purpose language, so in principle it can be used for anything. C tends to be used more often for standalone programs rather than for Web programming in practice.