What are the disadvantages of Perl over C/C++?

7. What are the disadvantages of Perl over C/C++?

  1. No main() [driver] function
  2. Support closures
  3. It is interpreted language
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.