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

Can a program have multiple main() functions?

1 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


difference between object file and executable file

0 Answers  


5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function

1 Answers   TCS,


If null and 0 are equivalent as null pointer constants, which should I use?

0 Answers  


without using arithmatic operator solve which number is greater??????????

1 Answers   Accenture,


what is mallloc()?how it works?

4 Answers   Excel,


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

6 Answers   Amdocs,


Is anything faster than c?

0 Answers  


Can you explain the four storage classes in C?

0 Answers   TCS,


WHO WROTE C LANGUAGE?

4 Answers  


Why should I use standard library functions instead of writing my own?

0 Answers  


Categories