Computer Science, asked by masu65, 5 months ago

What is the output?
int doSomething Special(int n, int p) {
return nap:
)
void special_sum(int" array, int count) {
int sum = 0;
for(int i = 0;1 < count;++) {
sum += doSomethingSpecialarray(), 2);
}
printf("%d". sum):
>
int main()
int array[5] = [5,4,3,2,0);
special sum(array,5);​

Answers

Answered by shreyapra7635
5

An output device is any piece of computer hardware equipment which converts information into human-readable form. It can be text, graphics, tactile, audio, and video. Some of the output devices are Visual Display Units i.e. a Monitor, Printer, Graphic Output devices, Plotters, Speakers etc.

Similar questions