English

Define Recursive method. - Computer Applications

Advertisements
Advertisements

Question

Define Recursive method.

Definition

Solution

  1. It is a method designed in such a way that it calls itself in its body. It is used for repetitive operations. 
  2. Example: 
    int fact(int n) 
    { 
    return (n * fact (n -1)); 
    } 
shaalaa.com
  Is there an error in this question or solution?
Chapter 5: User - Defined Methods - EXERCISES [Page 337]

APPEARS IN

Avichal Computer Applications [English] Class 10 ICSE
Chapter 5 User - Defined Methods
EXERCISES | Q VI. 14. (d) | Page 337
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×