What is static identifier?
Answers
Answered by
0
The static identifier is used for initializing only once, and the value retains during the life time of the program / application. A separate memory is allocated for ‘static’ variables.
Answered by
0
The static identifier is used for initializing only once, and the value retains during the life time of the program / application. A separate memory is allocated for ‘static’ variables. This value can be used between function calls.
Similar questions
Math,
6 months ago
Physics,
6 months ago
Science,
6 months ago
Math,
1 year ago
Computer Science,
1 year ago