Save the value in the first element to the last five element
Save the value in the first element to the last five elements of the array f. For the Array grades: print the first element print forth element Use a loop and save the counter into the array prime. to print out the data in the array prime Modify your loop to print put the indexes greater than 10 What two things needed to read or write to a file? What is the difference between random access and sequential file access? True or False: Using random file access functions, any character in the opened file can be read without having to sequentially read all characters stored ahead of it. Write the commands needed to open a file \"priccs.dat\" for output which is within the workspace folder.
Solution
}
differences between random access and sequential acces is as follows
comparing random versus sequential operations is one way of assessing application efficiently in terms of disk use.
accessing data sequentially is much faster than accessing data ra domly because of the way in which the disk hardware works
----------------------------------------
using random file access functio ,any character in the opened file cn be red without having to sequentially read ll charACTERS stored ahead in it
