Computer Programming > UNIT 2 2.7 Assignment Statement > Flashcards
It is the process of assigning a value to a variable. In C, we use the equal sign(=) as the assignment operator
Assignment
How to Assign Values to Variables
Example X = 31; sum = a + b; Name = “Paolo”; K = ‘B’;