This is definitely an opinion, but an excel you can do A and D and just about the same as B also
<u>So i'd say C </u>
Answer:
char str[5][100]
Explanation:
See attachment for options:
From the options, we can see that the programming language is C language.
The syntax to store an array of m strings with a maximum of n elements in C is:
char array-name[m][n]
In this case:
--- Number of strings in the array
--- Maximum character in each string
Assume the array name is str, the syntax can be expressed as:
char str[5][100]
The two components which is used to provide input to the computer is Keyboard and mouse. These two are most used input devices. Keyboard provides all the alphabet and numbering inputs and apart from these kinds of data, it also has certain function key, keys to edit text. Mouse has 3 main functions.
Every operation is done through the click of the mouse. Either we may double click to open up a file, right click and use scroll to scroll the pages. There are other inputs like joy stick which is used for game and used majorly in play stations.