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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!