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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of type declarations?

1170


Can you subtract pointers from each other? Why would you?

1004


What are structures and unions? State differencves between them.

1247


I came across some code that puts a (void) cast before each call to printf. Why?

1266


What is dangling pointer in c?

1326


What are the c keywords?

1255


program to convert a integer to string in c language'

2506


Do you know what are the properties of union in c?

1131


Tell me can the size of an array be declared at runtime?

1083


What is c variable?

1094


Do variables need to be initialized?

1107


How do you generate random numbers in C?

1245


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1925


What’s the special use of UNIONS?

1205


What is the auto keyword good for?

1226