Home / Programming MCQs / Perl MCQs / Question

N

Nisha Gupta • 2.32K Points
Master

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

(A) No main() [driver] function
(B) Support closures
(C) It is interpreted language
(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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.