Which of the following known as the text part of a program that does not change at runtime. Its memory requirements are known at the compile time?
A procedure has a start and an end delimiter and everything inside it is called the body of the procedure.
In activation record, Which of the following Stores the address of activation record of the caller procedure?
Whenever a procedure is executed, its activation record is stored on the stack, also known as?
_________ are known at the runtime only, unless they are global or constant.
The location of memory (address) where an expression is stored is known?
What is true about Formal Parameters?
In which mechanism, the calling procedure passes the r-value of actual parameters and the compiler puts that into the called procedure’s activation record?
In which mechanism, the name of the procedure being called is replaced by its actual body?
What will be error?