Advertisements
Advertisements
प्रश्न
Which of the following is a normal function definition and which is a recursive function definition.
let rec sum num:
if (num!=0) then return num + sum (num-1)
else
return num
एका वाक्यात उत्तर
Advertisements
उत्तर
Recursive function
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
