Home »
MCQs »
Perl Programming MCQs
Keys of the hash are extracted using?
91. Keys of the hash are extracted using?
- Index
- Using key function
- Converting to array
- None of these
Answer: B) Using key function
Explanation:
Keys of the hash are extracted using the key function.