Computer Science, asked by latikasingh05, 3 months ago

MCQ Question
1) The ________ operator is used to store value in variable.
a) Relational b) Logical
c) Assignment. d) None of
these​

Answers

Answered by parveshkumar270762
3

Answer:

logical is the correct answer

Explanation:

hope it helps!

Answered by sancitasaoo137
3

Answer:

here is the ans

Explanation:

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.

Similar questions