Computer Science, asked by sipabacusodisha, 9 hours ago

which viriable retains its value in-between function calls​

Answers

Answered by Ayushtripathithebest
0

Answer:

static variable

Explanation:

A variable that retains its value between multiple function calls is known as static variable. It is declared with the static keyword

Similar questions