If a conditional branch is not taken what is the next instru
If a conditional branch is not taken, what is the next instruction to be executed?
Solution
If a conditional branch is not taken, then the instruction whose address is stored in the Program Counter will be executed.
Program Counter stores the address of next instruction to be executed.
If at all conditional branch is executed Program Counter contents wil be replaced by address of the instruction conditional branch points to.
