Wipro Paper Solved | Technical Set 2 – codewindow.in
int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } Question 1 Answer Question 1 then the call zap(6) gives the values of zap a) 8 b) 9 c) 6 d) 12 Answer b) 9 Question 2 Answer Question 2 A 12 address lines maps to the memory of a) 1k bytes b) 0.5k bytes d) […]
Wipro Paper Solved | Technical Set 2 – codewindow.in Read More »