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]
Answer:
Distributed memory systems
Distributed memory systems use multiple computers to solve a common problem, with computation distributed among the connected computers (nodes) and using message-passing to communicate between the nodes.
Explanation:
Answer:
C. BMP
Explanation:
BMP is a simple bitmap image format developed by Microsoft and IBM.
It's used almost exclusively on the Microsoft Windows operating system these days, was used on OS/2. It's the format the basic MS Paint program, that comes with Windows, edits its file in.
It's also a basic graphic format to use for programmers.
Of course GIF, PDF, TIFF and PNG are also used on Windows, as well as on most other operating system.
There are a lot of computer apps. A service that enables a customer to build and run their own applications but doesn't include extensive access to hardware and middleware is PaaS.
<h3>What is PaaS?</h3>
This is known to be one that helps user to install and run their own application on any kind of vendor-supplied hardware and system software.
The Platform-as-a-Service, is said to be a cloud computing model that gives customers a full cloud platform such as hardware, software, and infrastructure that is used for creating, running, and handling applications.
Learn more about PaaS from
brainly.com/question/14364696