Answer:
Mouse, Keyboard, Headphones, Charger.
Explanation:
These can be plugged into the computer for gaming and other uses.
C is a medium. And the answer
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.
Select the whole document by pressing Ctrl+a.