Question: #include #include / / Function prototypes void fillPassword ( size _ t , char [ ] ) ; void showResults ( char ) ; /
#include
#include
Function prototypes
void fillPasswordsizet char;
void showResultschar;
should have void listed
void showMenu;
Define a variable to hold a password
and the copy
char password;
char cpassword;
int mainvoid
Welcome the User
printfWelcome to the C Array Program!
;
Variables
char cont y; To continue with loop
int cVar ; process variable
Display menu and Get Selection
while cont E && cont e
Diaply the Menu
showMenu;
Get the user selection
cont getchar;
Display the menu response
showResultscont;
Call the Copy routine
fillPasswordsizeofpasswordpassword;
Display variable values
printfpassword is s
password;
printfcVar is d
cVar;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
