InterviewSolution
Saved Bookmarks
| 1. |
Which of these is the most general purpose language?(a) C(b) Perl(c) Python(d) PHP |
|
Answer» Right option is (a) C For explanation: 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. |
|