RajeswariKnowledge Contributor
The register which keeps track of the execution of a program and which contains the memory address of the instruction currently being executed is known as
The register which keeps track of the execution of a program and which contains the memory address of the instruction currently being executed is known as
program counter
The program counter, also known as the instruction pointer or simply PC, is a fundamental component of a computer’s central processing unit (CPU). It is a special register that keeps track of the memory address of the next instruction to be executed in a program.