Question: Aim: To write a C++ program for function with default arguments PSEUDOCODE: 1. Start the program. 2. Declare all the header files. 3. Declare printline

Aim: To write a C++ program for function with default arguments PSEUDOCODE: 1. Start the program. 2. Declare all the header files. 3. Declare printline function and set default values for arguments. 4. Define the printline function. 5. printline function will print character ' n ' times. 6. call the function within main(). 7. stop the execution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
