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 does typedef struct mean?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Explain what are run-time errors?
How can I get back to the interactive keyboard if stdin is redirected?
What does p mean in physics?
What is union and structure?
What are the data types present in c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is d'n in c?
What is 'bus error'?
Can we assign string to char pointer?
What is the advantage of using #define to declare a constant?
Why calloc is better than malloc?
What is the role of && operator in a program code?
How do you do dynamic memory allocation in C applications?