subject

Write a c++ console application that outputs the largest and smallest element of an array. your program should have three functions: a) initializearray: this function takes an integer array and its index and initializes each element using the rand() function; b) smallestindex: this functions takes as parameter an integer array and its size and returns the index of the first occurance of the smallest element in the array; c) largestindex: this functions takes as parameter an integer array and its size and returns the index of the first occurance of the largest element in the array; d) outputarray: this function takes as parameters an integer array, its size, the indeces to the largest and smallest element and the elements contained at those locations in the array. your program should not call all the functions in main.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:00
Which of the following has not been attributed at least in part to social media a. drug addiction b. depression c. kidnapping d. murder
Answers: 2
question
Computers and Technology, 22.06.2019 18:00
Determine whether the following careers would require training or college.
Answers: 1
question
Computers and Technology, 22.06.2019 22:30
The qwerty keyboard is the most common layout of keys on a keyboard
Answers: 3
question
Computers and Technology, 23.06.2019 03:10
Acomputer has a two-level cache. suppose that 60% of the memory references hit on the first level cache, 35% hit on the second level, and 5% miss. the access times are 5 nsec, 15 nsec, and 60 nsec, respectively, where the times for the level 2 cache and memory start counting at the moment it is known that they are needed (e.g., a level 2 cache access does not even start until the level 1 cache miss occurs). what is the average access time?
Answers: 1
You know the right answer?
Write a c++ console application that outputs the largest and smallest element of an array. your prog...
Questions
Questions on the website: 13722359