C Variables and Definition
[rps-include post=6557] Most important function is storing data while the application running. The data may be age, username, picture, full name etc. To hold data variables are used. Variables are stored in the memory. After application run all variables are cleaned. So variables do not persists between application runs. As variables stored in memory they … Read more