Computer Science, asked by Venkatasaipalla1180, 11 months ago

Which point of time a variable comes into existence in memory is determined by its?

Answers

Answered by UrvashiBaliyan
0

Answer:

Explanation:

At what point of time a variable comes into existence in memory is determined by its storage class. Storage class is a common feature in object oriented programming languages such as C++. The storage class for a variable determinesits visibility and lifetime.

Similar questions