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
jonny [76]
3 years ago
15

Which of the following variable names is not valid? 1price 1 price price 1 price1

Computers and Technology
2 answers:
Katena32 [7]3 years ago
5 0

Answer:

1price 1 price price 1

Explanation:

In the c programming, the rule for valid variable name.

1. Variable name cannot start with numeric value like 1,2,3..

2. Space and special character other than underscore '_' are not allowed.

3. After the first letter, numeric values can be used.

Let discuss the options:

Option A:  1price

it start with number which is not allowed.

Option B:  1 price

it start with number and also contain the space which is not allowed.

Option C:  price 1

it contain the space which is not allowed.

Option D:  price1

it is the valid variable name, start with letter and their is no space.

Therefore, option A, B and C are correct option.

irina [24]3 years ago
5 0

Answer:

1price 1 price price 1

Explanation:

The following variable names are not valid.

You might be interested in
How do you create a bot in discord?
Ksivusya [100]

Answer:

<em>Creating a Bot Account</em>

Explanation:

Personally, I found this website and it helped me a bunch whenever making a bot. https://discordpy.readthedocs.io/en/stable/discord.html

8 0
2 years ago
A compound Boolean expression created with the _________ operator is true if either of its subexpressions is true.
lbvjy [14]
The answer for the question is butt
3 0
3 years ago
Can you reset your level in dragons dogma and keep your gear?
Vedmedyk [2.9K]
You can't sorry... Very fun game :-)
7 0
3 years ago
Read 2 more answers
Does Someone own a fennec on Rocket League and can trade it and is on the Switch?
wlad13 [49]

Answer:

YES

Explanation:

8 0
3 years ago
Read 2 more answers
If you reset your iPhone will it delete everything including your Apple ID information
ratelena [41]

Answer:

uhhh yeah. that is true. that is what a factory reset does to an iphone.

7 0
3 years ago
Read 2 more answers
Other questions:
  • Using information from the lesson, explain how new technologies change your experience as a consumer.
    5·2 answers
  • #We've started a recursive function below called #measure_string that should take in one string parameter, #myStr, and returns i
    5·1 answer
  • Why are the social and ethical consequences of emerging technology hard to
    10·1 answer
  • 1.6 code practice: question 1 edhesive
    12·2 answers
  • How is AI used in racing ?
    5·1 answer
  • What type of platform is Twitter?
    10·2 answers
  • What are some catchy names for computer basics that you would put on a childrens poster?
    9·1 answer
  • Here is the model I’m working on and can’t figure it out this model shows the basic process of making a protein what are the str
    14·2 answers
  • How do I delete my Brainly account?
    6·2 answers
  • Which device performs the function of determining the path that messages should take through internetworks?.
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!