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
How do you redirect a standard stream?
Is null valid for pointers to functions?
What are dangling pointers in c?
What is sizeof int in c?
How the c program is executed?
What are the differences between new and malloc in C?
Can main () be called recursively?
How many types of operator or there in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
What is the explanation for the dangling pointer in c?
What is .obj file in c?
Is c high or low level?
What is the use of #include in c?
Why is extern used in c?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.