Home »
MCQs »
Perl Programming MCQs
What are the disadvantages of Perl over C/C++?
7. What are the disadvantages of Perl over C/C++?
- No main() [driver] function
- Support closures
- It is interpreted language
- None of these
Answer: D) None of these
Explanation:
The Perl programming language is better than the C/C++ programming language. So common advantages include:
- No main () function that acts as entry point to the program.
- It is interpreted language leading to faster compilation.