Interviewer And Interviewee Guide

Programming Algorithms Interview Question:

State the problems which differentiate between recursive procedure and non-recursive procedure?

Submitted by: Administrator
A recursive procedure can be called from within or outside itself, and to ensure its proper functioning, it has to save in same order the return address so that it return to the proper location will result when the return to a calling statement is made. The procedure must also save the formal parameters, local variables etc.
Submitted by: Administrator

Read Online Programming Algorithms Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.