Computer Science, asked by thakurabhay8800, 4 months ago

An Ivalue refers to an object stored in memory, such as a

Answers

Answered by ananyanaskar28
0

Answer:

It's up to the compiler where to store a temporary; the standard only specifies its lifetime. Typically, it will be treated like an automatic variable, stored in registers or in the function's stack frame

Similar questions