Page 1 :
Saturday, April 17, 2021, 3:07 PM, , BOARD'S QUESTION, , 13. Each element of an array arr[-5….15,-10…15], requires ‘W’ bytes of storage. If the address of arr[6][8] is, 4778 and the Base Address at arr[1][1] is 4000, find the, width ‘W’ of each cell in the array arr[ ][ ] when the array, is stored as Column Major Wise., 14. An array A[-10…5, 2…8] is stored in the memory, with each element requiring 4 bytes of storage. If the base, address is 5000, determine the location of A[1][5] when, the array is stored row major wise., 15. An array ARR[35][15] is stored in the memory along, the row with each of its element occupying 4 bytes. Find, out the base address and the address of an element, ARR[20][5], if the base address at ARR[2][2] is 3000., 16. Each element of an array A[20][10] requires two, bytes of storage. If the address of A[6][8] is 4000, find the, Base Address at A[0][0] when the array is stored as Row, Major wise., , 4.Convert the following infix expression into, postfix form, ( A + B / C )+B – C * D + C, 5. Convert the following infix expression to, its postfix form:, A + ((B+C)-(D+E)*F)/G, 6. Convert the following into postfix from:, X + Y * Z ^ P – (M/N + Q ), 7. Convert the following infix notation to, postfix:, A* (B/C+D)^E-(F+G-H), 8. Convert the following infix expression to, its postfix form:, (A+B+C)*D/E^F/G*(H-I+) +J, , 1. Convert the following infix expression to its, postfix form:, ( (P*Q) / (R / S+T)) + U, 2. Convert the following infix expression to, its postfix form:, , VXL 34 Page 1
Page 2 :
2. Convert the following infix expression to, its postfix form:, (P-Q)*(R/S) + T-U, 3. Convert the following infix expression, into postfix form, a + b * c + (d * e + f ), , A* (B/C+D)^E-(F+G-H), (A+B+C)*D/E^F/G*(H-I) +J, , VXL 34 Page 2