How does variable declaration affect memory allocation?
4 years ago
Data Structure and Algorithm
The amount of memory to be allocated or reserved would depend on the data type of the variable being declared. For example, if a variable is declared to be of integer type, then 32 bits of memory storage will be reserved for that variable.
Sujan Bk
Jan 9, 2022