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]
2 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]2 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
What is the most common example of a magnetic storage medium in a personal computer
AnnyKZ [126]

Answer: magnetic tape, floppy disks and hard-disk drives

Explanation:

5 0
3 years ago
What are the steps to configure user information in a document?
chubhunter [2.5K]

Answer:

file, properties, options, general

Explanation:

4 0
2 years ago
Read 2 more answers
What do the points do
Kamila [148]
Add a score to your achieve of correctly answered questions. Which then will determine how much of a Genius you are.
8 0
3 years ago
Read 2 more answers
Design an application for Bob's E-Z Loans. The application accepts a client's loan amount and monthly payment amount. Output the
Zepler [3.9K]

Answer:

Check the explanation

Explanation:

pseudo code:

Start

Declarations

LomMount as Double

MonthlyPay as Double

While-begin :condition,[ MontblyPay < LoanArnount] II( LoanAmount >0]

Begin

If monthlyPay < = LoanArnount

Display " MonthlyPay "

eIse

Display "LoanAmount"

End-if

LoanAmount = LoanAmount-MonthlyPay

End-while

Stop

7 0
3 years ago
HELP ASAP!!! Prompt <br> What is word processing?
mina [271]
Answer:

Word processing refers generally to the creation, editing, formatting, storage, and output of both printed and online or electronic documents.
7 0
3 years ago
Other questions:
  • Which one of the following characteristics or skills of a ScrumMaster are closelyaligned with coaching?Select one:
    5·1 answer
  • PLEASE HELP !!!! WILL UPVOTE
    5·2 answers
  • What is wrong with each of the following?
    6·1 answer
  • Where in an email would u find information about the action requirements​
    9·1 answer
  • Which term is used in object-oriented programming to reference characteristics of an object?
    15·1 answer
  • Shelby wants to move “ExpirationDate” to the top of the datasheet. What should she do?
    13·1 answer
  • 4.15 LAB: Password modifier
    14·1 answer
  • Create a method called letterGrade that will pass the student's average grade as a parameter and return a letter grade (char). O
    12·1 answer
  • Requests to retrieve data written in a language such as SQL are called…
    8·1 answer
  • Which web-authoring software enables users to create sophisticated web pages without knowing any html code?.
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!