0 votes
in C Plus Plus by
What does static variable mean?

1 Answer

0 votes
by

Static variables are the variables which retain their values between the function calls. They

are initialized only once their scope is within the function in which they are defined.

Related questions

0 votes
asked Jul 2, 2023 in JAVA by rajeshsharma
0 votes
asked Nov 15, 2020 in JAVA by rajeshsharma
...