1. write a C program that will do the following : • Ask the user to enter 2 float values Create a function that swap these 2 values Pass the address of both values in to the function Return to the...


in C language


1. write a C program that will do the following :<br>• Ask the user to enter 2 float values<br>Create a function that swap these 2 values<br>Pass the address of both values in to the function<br>Return to the main function<br>Display the new value for each variable<br>make -s<br>- /main<br>Please, enter the value of x : 5<br>Please, enter the value of y = 4<br>the new value of x = 4.000000<br>the new value of y = 5.000000<br>Copy your code here:<br>

Extracted text: 1. write a C program that will do the following : • Ask the user to enter 2 float values Create a function that swap these 2 values Pass the address of both values in to the function Return to the main function Display the new value for each variable make -s - /main Please, enter the value of x : 5 Please, enter the value of y = 4 the new value of x = 4.000000 the new value of y = 5.000000 Copy your code here:

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here