3. Which one of the following statements is correct? _____ variables are those whose storage bindings are created when their dec
laration statements are elaborated, but whose types are statically bound. A. static B. stack-dynamic C. explicit heap-dynamic D. implicit heap-dynamic E. object-dynamic "g"
Option(b) i.e "stack-dynamic" is the correct answer to the given question .
Explanation:
The objective of the Stack-dynamic variables it attached to the memory once and executing enters that program code which are connected to the specification.In the Stack-dynamic variables are allocation of the memory such as heap.stack etc is take place in the running time.
In the Stack-dynamic variables processing binding are generated during the preparation of their specification statements, but these types are permanently linked.
All the others options are not interlinked to the given scenario That's why it is incorrect options.