InterviewSolution
Saved Bookmarks
| 1. |
The most general purpose language is ______________(a) C(b) Perl(c) Python(d) PHP |
|
Answer» Correct choice is (a) C The best I can explain: 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. |
|