Others Maths Puzzle Numerical Ability Profit and Loss

80 person can write 140 test case in 42 days , if 30 person write 100 test case in how many days??

Read Solution (Total 4)

Others Other Question

An article costs Rs 50 presently. The rate of inflation is 300%. What will be cost of this article after two years? Write a class that represents a minimal heap. The heap class should at a minimum support the following methods: - AllocTinyHeap() which should initialize the heap with a given amount of bytes - DeleteTinyHeap() which frees all memory associated with the heap - TinyAlloc() which allocates a given number of bytes on the heap if there is room - TinyFree() which frees a specific location on the heap You may define whatever parameters are necessary for the above methods as well as write any additional methods. Overall consideration will be given to correctness, design, code readability as well as any unit testing done. As part of a final solution please submit test cases you used to verify correctness in addition to any unit tests done.