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 |
Explain how can I manipulate strings of multibyte characters?
What is static memory allocation? Explain
Why c is called procedure oriented language?
write function to reverse char array ... without using second array
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
What is struct node in c?
why u join this call center?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
formula to convert 2500mmh2o into m3/hr
Explain built-in function?
What is the use of printf() and scanf() functions?
Write a program to swap two numbers without using third variable?