InterviewSolution
Saved Bookmarks
| 1. |
Among the following, for which language is image processing least simple?(a) PHP(b) Perl(c) Python(d) C |
|
Answer» Correct option is (d) C The explanation: It is not as easy to perform text processing and memory management in C than it is in languages like Perl and PHP. These capabilities tend to be heavily used in the web applications. |
|