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
What are the basic data types associated with c?
What is a nested loop?
How was c created?
What are the advantages of using Unions?
Explain what is the most efficient way to store flag values?
What are data structures in c and how to use them?
Difference between constant pointer and pointer to a constant.
What is a c token and types of c tokens?
What is the difference between text and binary modes?
Write a program to find the biggest number of three numbers in c?
Are comments included during the compilation stage and placed in the EXE file as well?
Explain how can you be sure that a program follows the ansi c standard?
Explain how can you check to see whether a symbol is defined?
Explain what is a stream?
I need a sort of an approximate strcmp routine?