Google News
logo
MySQL - Quiz(MCQ)
Which variable returns code from operations that return true or false?
A)
$rv
B)
$ary
C)
$rc
D)
$rows

Correct Answer :   $rc


Explanation : The Perl Non-handle variable ‘$rc’ returns code from operations that return true or false. ‘$rv’ returns value from operations that return an integer. ‘$rows’ returns value from operations that return a row count.

Advertisement