रिकर्सन के बारे में निम्नलिखित में से कौन सा कथन असत्य है?
Which of the following statements is false about recursion?
A.प्रत्येक पुनरावर्ती समारोह में आधार मामला होना चाहिए/Every recursive function must have a base case
B.यदि आधार मामले का ठीक से उल्लेख नहीं किया गया है तो अनंत पुनरावर्तन हो सकता है/Infinite recursion can occur if the base case is not properly mentioned
C.एक रिकर्सिव फ़ंक्शन कोड को समझने में आसान बनाता है/A recursive function makes the code easier to understand
D.प्रत्येक रिकर्सिव फ़ंक्शन में वापसी मान होना चाहिए/Every recursive function must have a return value