Answer Posted / 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 |
Post New Answer View All Answers
Why doesn't C support function overloading?
What are the 5 elements of structure?
Can a variable be both const and volatile?
hi any body pls give me company name interview conduct "c" language only
i got 75% in all semester am i eligible for your company
Do string constants represent numerical values?
What are global variables and how do you declare them?
What is int main () in c?
Why do we need functions in c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Is sizeof a keyword in c?
What does return 1 means in c?
What is a pointer on a pointer in c programming language?
Differentiate between the = symbol and == symbol?
Why we use int main and void main?