Question: Please create a function to solve the following question in C PROGRAMMING not C++ or C#. In as simple code as possible Pointers The purpose
Please create a function to solve the following question in C PROGRAMMING not C++ or C#. In as simple code as possible

Pointers The purpose of this program is to get familiar with pointers Swaps Create and use a function that swaps two integers. Ask the user for the values. Display the swapped values. Create another function that swaps two doubles. Ask the user for the values. Display the swapped values Create yet another function that swaps two strings. Ask the user for the strings Display the swapped values. Submit to the webcourse Rubric This program is worth 100 points divided up as follows 50 points if it compiles 25 points if it works properly 13 points if source code had adequate comments 12 points if source code is properly formatted Pointers The purpose of this program is to get familiar with pointers Swaps Create and use a function that swaps two integers. Ask the user for the values. Display the swapped values. Create another function that swaps two doubles. Ask the user for the values. Display the swapped values Create yet another function that swaps two strings. Ask the user for the strings Display the swapped values. Submit to the webcourse Rubric This program is worth 100 points divided up as follows 50 points if it compiles 25 points if it works properly 13 points if source code had adequate comments 12 points if source code is properly formatted
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
