Add

Friday, November 16, 2018

VARIABLES


variables

These are values which can change there value during program.
It can be int, float, char etc. depending on our need.
if value of variable is changed, its new value is saved and previous value is removed from memory.



No comments:

Post a Comment