Question: 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,
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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
