Question 1 Write C Program Print Output C According Following Formula Consider Following C Q43822630
Question 1 Write a C program that can print the output C according to the following formula Consider the following in your code ✓ ay, a, and az are real numbers should be entered by the user. ✓ Use a function called Result to find the output. ✓ Use pointers in your program to achieve call by reference. Question 2 Write a program that takes an integer number with four digits and returns it with its digits reversed. For example, given the number 1234, the program should return 4321. Consider the following in your code The four digits should be entered by the user. ✓ You need to store the 4 digits in an array. ✓ Use a function for reversing the four digits. ✓ Use pointers in your program to achieve call by reference. Show transcribed image text Question 1 Write a C program that can print the output C according to the following formula Consider the following in your code ✓ ay, a, and az are real numbers should be entered by the user. ✓ Use a function called Result to find the output. ✓ Use pointers in your program to achieve call by reference. Question 2 Write a program that takes an integer number with four digits and returns it with its digits reversed. For example, given the number 1234, the program should return 4321. Consider the following in your code The four digits should be entered by the user. ✓ You need to store the 4 digits in an array. ✓ Use a function for reversing the four digits. ✓ Use pointers in your program to achieve call by reference.
Expert Answer
Answer to Question 1 Write a C program that can print the output C according to the following formula Consider the following in yo…
OR