Question: Write a C program that accepts as input from the keyboard a floating point number, an integer, and a character. Each of these inputs should
Write a C program that accepts as input from the keyboard a floating point number, an integer, and a character. Each of these inputs should be preceded by a prompt and stored using individual variable names. Have your program call a function that assembles the input data into a single string. Display the assembled string using the puts ( ) call back in main after the function has completed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
