ahmed sami

ahmed sami

  • NA
  • 64
  • 198.1k

Write statements to accomplish each of the following tasks

Dec 14 2012 8:56 PM
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)