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
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Is main is a keyword in c?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
why wipro wase
Which is better oop or procedural?
Do string constants represent numerical values?
What is the difference between a free-standing and a hosted environment?
Explain how are portions of a program disabled in demo versions?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What are the advantages of using Unions?
What does stand for?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is else if ladder?
What are the valid places to have keyword “break”?
Is that possible to store 32768 in an int data type variable?