Computer Science, asked by jainrishabh4806, 1 year ago

What is static identifier?

Answers

Answered by nawab343
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 malinibp7
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