What is variable? Variable is a memory location where we can store the data. Why need variable? In programming we can’t use data directly. We have to store the data first(on which we are going to process) in memory . This memory is allocated as per Data Type. Features of Variable: The variable can store […]