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
blagie [28]
3 years ago
7

Which of the following is false? Group of answer choices A) A string may include letters, digits, and various special characters

(i.e., +, -, * ) B) String literals are written inside of single quotesC) A string may be assigned in a definition to either a character array or a variable of type char * D) A string in C is an array of characters ending in the null character (‘\0’)
Computers and Technology
1 answer:
Oduvanchick [21]3 years ago
4 0

Answer:

Option (b) is the correct answer.

Explanation:

Here in option "D", "C" language is used, so the answer is given on the behalf of "C" language and in "C" language, the String is written in double quotes which are opposite of option "b" hence it is a wrong statement. hence it is the correct option for this question.

The String is also called a word in the English language which is made of character. So in C programming language, a user needs to create a character array to store the string because the array is used to create multiple variables of the same type and variable is used to store the data.

In any programming language character array is used to store the string but for back-end and the user uses String data type for the front-end.

  • Option a states that the string is made up of character, letter, digits and special symbol which is correct.
  • Option c states that a string is assigned on the character array which is correct.
  • Option d states that the last character of the "String" is the "NULL" character which is also right.

You might be interested in
What happens when there is a data fail?
Korvikt [17]
Data loss also sets back productivity timelines and can cause you to lose customers if it is accompanied by security breaches
7 0
3 years ago
Read 2 more answers
How should you complete the code A - valid = false B- valid = true
JulsSmile [24]

Answer:

A. for an if-else statement in python, if the condition is false, The else statement is executed.

B. if the condition of the if-statement is true, the indented block of code is executed.

Explanation:

The if-statement is a conditional statement in programming for decision making. It is also known as branching as it makes decisions based on two paths. It comes with another keyword called 'else'.

The If-else statement makes a decision based on the output of a condition which is defined in the if-statement. If the condition is met, the code block just after the if-statement is executed, but the else-statement block is executed if otherwise.

8 0
3 years ago
Classified Computer by their age​
andreyandreev [35.5K]

Answer:

The answer is below

Explanation:

Classification of computers by age are the following:

First generation from 1940 to 1956. For example, ENIAC using a vacuum tube

Second generation from 1956 to 1963. For example, IBM 7070 using transistor

Third generation from 1964 to 1971. For example, this type of computers use an Integrated circuit

Fourth generation from 1972 to 2010. For example, IBM 5100 using a microprocessor.

Fifth-generation from 2010 to present For example IBM Watson, using Artificial intelligence.

5 0
3 years ago
What is the primary reason that organizations change their structure through downsizing, outsourcing, and offshoring as a means
sp2606 [1]

Answer:

Operating core is the primary reason that organizations change their structure through downsizing, outsourcing, and offshoring as a means of improving their operating efficiency

Explanation:

  • At the bottom of the organization is the operating core.
  • These are the people that do the basic work of producing the products or delivering the services.
  • In the simplest organizations, the operators are largely self-sufficient, coordinating through mutual adjustment.
  • In those organizations, there is almost nothing but operating core.
8 0
4 years ago
Write a program that inputs two characters first and second, and then prints all non-alphabetic characters starting from second
baherus [9]

Answer:

fbtcft gdfgfffff tvfft gxf

8 0
3 years ago
Other questions:
  • Kwan is using JavaScript extensively to add interactivity to his Web site. Contained within his script is a counter object that
    8·1 answer
  • ICT excel data homework
    10·1 answer
  • Which one of the following is not the name of a 20th century school composition
    14·2 answers
  • Contextual targeting method mean
    11·1 answer
  • When asking questions critisim it is best to
    13·2 answers
  • True or False: Assuming that all variables are defined, the following segment of code is invalid. if ( x > 0 )
    10·1 answer
  • 2. (8 points) When creating the Academic Database, there were several instances of data
    11·1 answer
  • What is one purpose of an essay’s conclusion paragraph?
    13·1 answer
  • 7.4 code practice question 1 edhesive
    15·2 answers
  • Your class requires you to use a program you must download on your computer. You have waited until day 5 of the week to download
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!