Problem Solving with C++ (9th Edition)
Problem Solving with C++ (9th Edition)
9th Edition
ISBN: 9780133591743
Author: Walter Savitch
Publisher: PEARSON
Question
Book Icon
Chapter 14.1, Problem 9STE
Program Plan Intro

Iterative version:

  • Iterative version is also called as the nonrecursive version.
    • In a function, the nonrecursive version generally uses a loop of some sort in place of recursion.

Blurred answer
Students have asked these similar questions
implement pass-by-value parameter passing method.USE C LANGUAGE
Kindly point to point
Write the definition of a void function that takes as input two parameters of type int, say sum and testScore the function updates the value of sum by adding the value of testScore. The new value of sum is reflected in the calling environment.
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
C++ Programming: From Problem Analysis to Program...
Computer Science
ISBN:9781337102087
Author:D. S. Malik
Publisher:Cengage Learning