In C, to retain the values of variables between function calls, we should use:
A
auto
B
extern
C
static
D
register
উত্তরের বিবরণ
Answer: গ)
Explain:
Storage Classes in C:
In C programming, storage classes define the scope, lifetime, and
visibility of variables.
There are four main storage classes:

0
Updated: 16 hours ago