Question: Write the code in c++. Share one Question 2:Create a structure having an array of 5 integers and write a function named as large_num to

Write the code in c++.
Share one Question 2:Create a structure having an array of 5 integers and write a function named as large_num to find the largest number from array using structure. Declare and define the function inside structure. struct largest on the largest int array[5]; Function Prototype: int large_num(struct largest a)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
