Asked by Syed ali Akber kazmi on May 07, 2024

verifed

Verified

An assignment statement tells the computer to assign a value to (that is, store a value in) a variable.

Assignment Statement

A programming instruction that assigns a value to a variable.

  • Identify the differences between native and custom data types in C.
verifed

Verified Answer

LS
Lourenço santos CarneiroMay 14, 2024
Final Answer :
True
Explanation :
An assignment statement in programming is used to assign a value to a variable, effectively telling the computer to store the specified value in the variable.