पायथन में लैम्ब्डा फ़ंक्शंस का उपयोग करने का प्राथमिक लाभ क्या है?
What is the primary advantage of using lambda functions in Python?
A
They allow for complex logic and control flow.
B
They are easy to debug and test.
C
They provide a concise and readable way to define short functions.
D
They automatically handle exceptions and errors.
Explanation
Correct Answer: C) They provide a concise and readable way to define short functions.