Google News
logo
Perl - Quiz(MCQ)
What are the disadvantages of Perl over C/C++?
A)
Support closures
B)
It is interpreted language
C)
No main() [driver] function
D)
None of the above

Correct Answer :   None of the above


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.

Advertisement