Problem Solving with C++ (10th Edition)
Problem Solving with C++ (10th Edition)
10th Edition
ISBN: 9780134448282
Author: Walter Savitch, Kenrick Mock
Publisher: PEARSON
Question
Book Icon
Chapter 5.3, Problem 13STE
Program Plan Intro

Functions calling functions:

  • A function body can contain a call to another function.
  • It acts as same as if called from a main function.
  • The declaration for function should appear before usage of function.
  • In programs all function declarations come after main function.
  • A function call can be placed within another function’s definition.
  • The definition of one function could not be placed within body of definition of another function.

Blurred answer
Students have asked these similar questions
What do you understand by function overloading explain with code?
Why do user-defined functions need function prototypes?
In what scenarios would it be beneficial to utilize a function object over a standard function?

Chapter 5 Solutions

Problem Solving with C++ (10th Edition)

Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr
Text book image
C++ Programming: From Problem Analysis to Program...
Computer Science
ISBN:9781337102087
Author:D. S. Malik
Publisher:Cengage Learning