A 12 address lines maps to the memory of
Return addresses will be returned by function to |
Answer |
If Jasmine started with 81 dollars, and then saved 3 dollars every day for 5 days, how many dollars did she end up with? |
Answer |
Albert started with 54 marbles and added 4 more every week until he had 74 altogether. How many weeks did that take? |
Answer |
Place 39, 73, 18, 9, 56, 38, 25, 77, 13, 71 in ascending order. |
Answer |
Which numbers are in order from smallest to largest? |
Answer |
Shona has 9 fewer unread texts than Sarah. Sarah has 16 unread texts. How many unread texts does Shona have? |
Answer |
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 } |
Answer |
In a compiler there is 36 bit for a word and to store a character 8bits are needed. IN this to store a character two words are appended .Then for storing a K characters string, How many words are needed. |
Answer |
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap |
Answer |
12 members were present at a board meeting. Each member shake hands with all of the other members before and after the meeting .How many hand shakes were there? |
Answer |