Write a function that receives 5 integers and returns the sum, average and standard deviation of these numbers. Call this…
Lets write a C program to swap 2 numbers using pointers and function. When we call the function, we pass…