Home »
MCQs »
Scala MCQs
Ignored variables are used to –
54. Ignored variables are used to -
- Create variables without using names
- Create blank value variable
- Both A and B
- None of these
Answer: A) Create variables without using names
Explanation:
When we don't care about variables for constructed entries, we can ignore them using the underscore.