Question
Income of ‘Rohan’ is Rs. 45000 which is 10% less
than that of ‘Sohan’. ‘Sohan’ spends 50% of his income and saves the rest. The ratio of savings of ‘Rohan’ and ‘Sohan’ is 3:5, respectively. Find the expenditure of ‘Rohan’.Solution
ATQ, Income of ‘Rohan’ = Rs. 45000 Therefore, income of ‘Sohan’ = 45000/0.9 = Rs. 50000 Savings of ‘Sohan’ = 0.5 × 50000 = Rs. 25000 Savings of ‘Rohan’ = 25000 × (3/5) = Rs. 15000 Expenditure of ‘Rohan’ = 45000 – 15000 = Rs.30,000
Which of the following uses Latent Dirichlet Allocation (LDA)?
You are tasked with implementing a search feature for a large, constantly changing dataset where the order of elements doesn't matter, but fast lookups ...
Complete the C function to calculate the length of a null-terminated string s without using strlen.
int custom_strlen(const char* s) {
 ...
Which of the following protocol should be used for those websites which need login credentials for sending the data?
int i=10;
float f=i;
What kind of typecasting is happening in the above scenario?
What is the primary goal of disk scheduling in operating systems?
What is the primary purpose of Encapsulation in Object-Oriented Programming?
What is the main purpose of disk scheduling in an operating system?
The transfer function of the system below is ___________
What is the primary purpose of the ALOHA protocol in networking?