Program Memory Occupied

The size of a program is N. And the memory occupied by the program is given by M = square root of 100N. If the size of the program is increased by 1% then how much memory now
occupied?
This question is related to TCS Interview

Questions by swatirose88

Showing Answers 1 - 4 of 4 Answers

the memory size depends on the size of the program...If the program size is increased by 1%, then the memory size also changes according to size of the pgm...The new size of the program is n+n/100...and the size of memory is square root of 100(n+n/100)....

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions