1
Answer

Write statements to accomplish each of the following tasks

Ask a question
ahmed sami

ahmed sami

11y
4.4k
1
Write statements to accomplish each of the following tasks:

a) Display the value of the seventh element of character array f.
b) Initialize each of the five elements of single-subscripted integer array g to 8.
c) Total the elements of floating-point array c of 100 elements.
d) Copy 11-element array a into the first portion of array b containing 34 elements.
e) Determine the smallest and largest values contained in 99-element floating-point array w.

Answers (1)