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 does return 1 means in c?
What is the advantage of using #define to declare a constant?
difference between object file and executable file
Can we access the array using a pointer in c language?
What are formal parameters?
Why c is a procedural language?
Explain what is wrong with this program statement? Void = 10;
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Write programs for String Reversal & Palindrome check
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is the difference between the local variable and global variable in c?
Describe the difference between = and == symbols in c programming?
What are the features of c language?
Explain #pragma statements.
What is graph in c?