Home »
MCQs »
Perl Programming MCQs
What is the correct operator precedence for the following operators?
39. What is the correct operator precedence for the following operators?
&& , &, = , ->
- & , && , = , ->
- -> , & , && , =
- = , & , && , ->
- = , -> , && , &
Answer: B) -> , & , && , =