Computer Science, asked by sigma6653, 11 months ago

Explain About Program Counter (pc)?

Answers

Answered by kourtaranpreet5
2

It is a register which contains the address of the next instruction to be executed

Answered by SunnyG07
3

A program counter is a register in a computer processor that contains the address (location) of the instruction being executed at the current time. As each instruction gets fetched, the program counter increases its stored value by 1. Within a computer, an address is a specific location in memory or storage.

Similar questions