Because it ‘computes’ certain tasks, get it. It’s like saying ‘the puncher’ for someone who punches stuff.
The term to describe storage systems that function at high speeds is primary memory.
This program will the string array in the given format.
int main(void){
char arr[6];
int counter;
strcpy(arr[], "ARRAY");
for(counter=0; counter<6; counter++){
printf("%c", arr[counter]);
}
return 0;
)
Note: Do not forget to include all the necessary library that is needed to run this program.
Home is the answer. Hope this helps. :)
Answer:
Disk Operating System
Explanation:
"DOS is a platform-independent acronym for Disk Operating System which later became a common shorthand for disk-based operating systems on IBM PC compatibles."