1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
shepuryov [24]
3 years ago
15

A string is represented as an array of characters. If you need to store an array of 5 strings with the maximum length of a strin

g is 100, how would you declare it
Computers and Technology
1 answer:
erastova [34]3 years ago
3 0

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:

m = 5 --- Number of strings in the array

n = 100 --- Maximum character in each string

Assume the array name is str, the syntax can be expressed as:

char str[5][100]

You might be interested in
Which of the following tasks is least effective at preventing a computer virus?
Ksivusya [100]

Answer:

all of the above mentioned

5 0
3 years ago
Read 2 more answers
Technology experts in the area of _____ specialize in technology for competitive advantage. a. process design b. hardware strate
Arte-miy333 [17]

Answer:

The correct answer to the following question will be Option B (Hardware strategy).

Explanation:

<u>Hardware strategy:</u>

It looks at existing infrastructure for software, hardware, and services and discusses the designs of physical databases.

Hardware Strategy should try and identify any technological threats or limitations surrounding the following:

  • Quality
  • Maintenance
  • Delivery
  • Scalability
  • Disaster recovery
  • Sizing

This approach also aims at maximizing the importance of existing technical resources. The team looks at the efficient use of software and their overall transition to company and technological environments.

Therefore, Option B is the right answer.

3 0
3 years ago
Discuss how the user-designer communications gap can cause a good project to go bad.
Mila [183]
This gap between user-designer communications <span>can cause a good project to go bad i</span>f the user is not able to process what is required to be fixed in order for the project to run smoothly. The user may have one way of fixing something while the designer has another. In this case, the designer understands how the project fully works while the user does not and this may end up compromising the whole project.

The law that “designers are not users” and “users are not designers” should always be followed.




3 0
4 years ago
A company is completing research and development for software which it is planning to produce in approximately 2 years time. Whi
MrRa [10]

Answer:

true tbh I don't really Know

8 0
3 years ago
Write a C11 program that prompts the user to input the elapsed time for an event in seconds. The program then outputs the elapse
torisob [31]

Answer:

Explanation:

#include <iostream>

using namespace std;

int main()

{

int secondsElapsed, hours, minutes, seconds;

const int secondsPerMinute = 60;

const int secondsPerHour = 60 * secondsPerMinute;

cout << "Please enter the number of seconds elapsed: ";

cin >> secondsElapsed;

hours = secondsElapsed / secondsPerHour;

secondsElapsed = secondsElapsed % secondsPerHour;

minutes = secondsElapsed / secondsPerMinute;

seconds = secondsElapsed % secondsPerMinute;

cout << hours << ":" << minutes << ":" << seconds << endl;

return 0;

}

7 0
4 years ago
Other questions:
  • What is a form of programming where multiple tasks can be carried out at the same time?
    10·1 answer
  • Help!!! Who is this? Who is it from?
    14·2 answers
  • Which three items might appear on the project plan when discussing an upcoming website with a design team? (Choose three)
    12·1 answer
  • When computing the cost of the basket of goods and services purchased by a typical consumer, which of the following changes from
    11·1 answer
  • What problems does the swim coach have? Use details from the story to support your answer.
    7·1 answer
  • Identify the symbol. please help!!<br>​
    7·2 answers
  • Which of the following statements is FALSE?
    10·2 answers
  • Evaluate means having a preference for one thing over another in a way that's unfair.
    5·1 answer
  • Cui documents must be reviewed to which procedures before destruction?
    13·1 answer
  • What query class will you choose<br> for this query "women are evil"?
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!