Answer:
string ** carMakes=new string*[20];
for(int i=0;i<20;i++)
{
carMakes[i]=new string[6];
}
Explanation:
The above written piece of code is in C++ and it will declare and allocate memory on the heap for a 2-D array of strings with the number of rows 20 and number of columns 6 with name of the array carMakes.
To declare a 2-D array in C++ we use new keyword.
Regardless of how storage devices are connected to a computer, letters of the alphabet and/or names are typically assigned to each storage device
Compatibility testing or functional testing I believe. I’m guessing functional
The name of a person their address and their contact information like phone number and email address or consider the minimum information or a desktop publishing should include on a letterhead or personal use is true.
True
<u>Explanation:</u>
Since it is used as personal letterhead, end user should have contact details as minimum, which should carry name, phone number and email address.
Letter head should have more space for end user to type or draft the text. If letter head occupies more space end user has limited to space for typing text or draft a letter.
Mostly letter head should simple which should carry less space for letter head. On letter head normally use one color or simple color and it should more attractive.
The principle behind the Agile Manifesto suggests that Architecture emerges in regard to approach architecture.
<u>Explanation:</u>
- Based on the Agile Manifesto's principles or the Manifesto for the best architecture, designs and requirements emerge from self-organizing teams.
- The principles deal with changing requirements even late in development. Agile processes harness change for customer satisfaction.
- Business people and developers working throughout the project exposes the fact that both functionality and architecture is important.
- Agile software development is defined as the development through which requirements and solutions evolve through collaboration and cross-functional terms.
- Architecture is used in this Manifesto for the following reasons.
- Adaptable to change
- Minimized risk
- Maximized business value