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 what is the difference between a string and an array?
What is #define in c?
Can you write a programmer for FACTORIAL using recursion?
why we need function pointers?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
What is the ANSI C Standard?
can any one provide me the notes of data structure for ignou cs-62 paper
what is a c-language.what is do.
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.