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
What is the purpose of type declarations?
Can you subtract pointers from each other? Why would you?
What are structures and unions? State differencves between them.
I came across some code that puts a (void) cast before each call to printf. Why?
What is dangling pointer in c?
What are the c keywords?
program to convert a integer to string in c language'
Do you know what are the properties of union in c?
Tell me can the size of an array be declared at runtime?
What is c variable?
Do variables need to be initialized?
How do you generate random numbers in C?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What’s the special use of UNIONS?
What is the auto keyword good for?