Question
βAβ, βBβ and βCβ entered into a partnership
by making investments in the ratio 5:2:9, respectively. At end of the year, if the difference between the profits received by βAβ and βCβ is Rs. 1600 then find the profit share of βBβ.Solution
According to the question, Ratio of profits received by βAβ, βBβ and βCβ = 5:2:9 Therefore, profit share of βBβ = 1600 Γ {2/(9 β 5)} = Rs. 800
In Python, which of the following is used to create an anonymous function?
ch data structure is used in Depth-First Search (DFS)?
In Python, what does len() function do?
In C++, which access specifier allows members to be accessible only within the class?
Which software development methodology emphasizes iterative development and customer feedback? Β Β Β Β Β Β Β
...Which of the following sorting algorithms is stable?
Which type of malware disguises itself as legitimate software but has malicious intent once installed?
In C, what is the output of printf("%d", 5/2);?
Which of the following is true about C++ destructors?
Which of the following algorithms is used for finding Minimum Spanning Tree?