Question: C Program to find the Largest Number in a one dimensional array of numbers using recursion function. Write a C Program to find the Largest
C Program to find the Largest Number in a one dimensional array of numbers using recursion
function.

Write a C Program to find the Largest Number in a one dimensional array of numbers using recursion function. Use pointer notation. Use a symbolic constant to define an array size. (array size=5) Enter element from the keyboard. Expected Output: Entering elements: ? 12 ? 45 ? 32 ?8 ? 12 Printing elements: 12 45 32 8 12 The largest number in the array is: 45 Question2) (50 p.) Define a structure for 10 employees containing names, salary and hours of work per day in a company.| Write a program to increase the salary depending on the number of hours of work per day as follows and then print the name of all the employees along with their final salaries both on the screen and to a file (employee.txt). Hours of work per day 8 10 >=12 Increase in salary $55 $110 $140 Test Data: (for 2 employees) ::Enter 10 Employees Details:: enter 1. emp name:CEM enter 1. emp salary:3250.50 enter 1. emp hours worked:11
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
