Computer Science, asked by nairaayekpam, 8 months ago

if you choose the correct answer not wrong i will mark you as brainliest
which value when storedin the program , cannot be change during program execution?
a)variables b) operators
c)constants d) none of these
which statements are used to assign a data or value to a variable?
a)assignment b)print
c)input d) none of these ​

Answers

Answered by Lakiesha
3

Answer:

  • Constant is the correct answer. When a variable is assigned a definite value or a constant value, then this value remain fixed during the entire execution of the program. The value will not be altered throughout the program.

  • The most common form of statement in a program uses the assignment operator, =, and either an expression or a constant to assign a value to a variable: variable = expression; variable = constant; The symbol of the assignment operator looks like the mathematical equality operator but in C++ its meaning is different.

Hey! Hope this helped you!!

Answered by gauribagri95009c
1

1 a constants

2 a assignment

plzz mark me brainliest

Similar questions