InterviewSolution
Saved Bookmarks
| 1. |
In Perl, using which operator are the local variables created?(a) Dot(b) Arrow(c) Scope resolution(d) myThe question was posed to me at a job interview.My question is from Automatic Variable topic in portion Memory Allocation & Scope of Variable of Object Oriented Programming |
|
Answer» The correct option is (d) my |
|