Question: Activity 3 Create a function that displays your name in the specified format. Specs: This is one way to pass an array as input to
Activity 3 Create a function that displays your name in the specified format. Specs: This is one way to pass an array as input to a function Must use functions: void display_formatted_name (char name []) Sample input (must be lowercase): camilo ordonez Sample output: Camilo Ordonez. When you call the function do it as follows: display_formatted_name(my_name) Notes/Hints: Your code should work with any name of at most 20 characters Try using scanf first. What happens with your full name? Now use fgets
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
