English, asked by subhadacgosavi, 3 months ago

what are static objects

Answers

Answered by Anonymous
0

Answer:

objects in rest is called static objects

Answered by asingh90262
5

Answer:

Stack based objects are also called automatic objects or local objects. static object are initialized only once and live until the program terminates. Local object is created each time its declaration is encountered in the execution of program. static objects are allocated storage in static storage area.

Explanation:

hope it helps you dear..

Similar questions