Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


why program counter is 16 bit?

Answers were Sorted based on User's Feedback



why program counter is 16 bit?..

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

why program counter is 16 bit?..

Answer / anoop raj

because they're on a 16-bit processor

Is This Answer Correct ?    6 Yes 0 No

why program counter is 16 bit?..

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

Post New Answer

More C Interview Questions

List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


program to locate string with in a string with using strstr function

2 Answers   Huawei, Shreyas,


Write a program to compare two strings without using the strcmp() function

42 Answers   Accenture, Arba Minch University,


What is strcmp in c?

0 Answers  


Explain how can I make sure that my program is the only one accessing a file?

0 Answers  


Why is c fast?

0 Answers  


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

0 Answers   GrapeCity,


What is wrong with this code such that it doesnt produce the input reversed? #include <stdio.h> #include <stdlib.h> #include <string.h> int main(void) { char Space = ' '; char LineOfText; float count; LineOfText = getchar(); while ((LineOfText = getchar()) != '/n'); { count = strlen(LineOfText) - 1; while (count >= 0) { putchar(LineOfText[count]); count--; } } getchar(); return 0; }

2 Answers  


List some applications of c programming language?

0 Answers  


how to swap two nubers by using a function with pointers?

1 Answers  


How does the C program handle segmentation faults?

2 Answers  


write a c program to check weather a particluar bit is set or not?

5 Answers   IBM,


Categories