हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा १२

Identify in the following program. let rec gcd a b:= if b <> 0 then gcd b (a mod b) else return a The statement which terminates the recursion? - Computer Science

Advertisements
Advertisements

प्रश्न

Identify in the following program.

let rec gcd a b:=
      if b <> 0 then gcd b (a mod b) else return a

The statement which terminates the recursion?

एक पंक्ति में उत्तर

उत्तर

return a (when b becomes 0).

shaalaa.com
Introduction to Function
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 1: Function - Evaluation [पृष्ठ १०]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 12 TN Board
अध्याय 1 Function
Evaluation | Q 2. v) | पृष्ठ १०
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×