Question
Amit took a loan of Rs. 36000 at 10% per annum simple
interest for 3 years. He invested the full amount in a scheme offering 13% p.a. simple interest for 3 years. Calculate Amit's annual profit.Solution
ATQ,
Interest to be paid by Amit at 10% p.a. after 3 years = (36000 × 10 × 3) / 100 = Rs. 10800 Interest earned by Amit at 13% p.a. after 3 years = (36000 × 13 × 3) / 100 = Rs. 14040 Therefore, amount gained by him in 3 years = 14040 – 10800 = Rs. 3240 Therefore, annual profit of Amit = 3240 / 3 = Rs. 1080
In C, which function is used to release dynamically allocated memory?
In C, what will be the output of the following code?
int a = 5;
printf("%d", a++);
Which of the following is true about C++ destructors?
Which algorithm is used to find the shortest path from a single source in graphs with negative weights?
Which of the following systems is typically designed to support managerial decision-making?
Which of the following sorting algorithms is stable?
Which C++ feature allows functions or operators to have the same name but behave differently?
Which Python keyword is used to handle exceptions?
In Python, which method is used to convert a string to lowercase?
In mobile computing, which type of network allows devices to connect directly to each other without using a central router or switch?