why program counter is 16 bit?
Answers were Sorted based on User's Feedback
Answer / vishnu
Program counter depends on the architecture. since
instructions will be fetched from memory and inorder to
address the address in the memory PC should be 16 bit. It
contains address from which memory should the next
instruction is fetched.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sandeep rehlan
Since Program counter stores the address of the next
instruction to be executed.and address are of 2 bytes.
So,the program counter is a 16 bit.
| Is This Answer Correct ? | 3 Yes | 0 No |
How do you determine the length of a string value that was stored in a variable?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is a floating point in c?
Why do we use int main instead of void main in c?
Why c++ is called c++ and not c+?
Program to find larger of the two numbers without using if-else,while,for,switch
Define circular linked list.
is c language is a object oreinted language?
Why we use int main and void main?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
how can we print hellow world programme without using semicolon
What is Dynamic memory allocation in C? Name the dynamic allocation functions.