The merchant sells the article at a price 25% more than the cost price. Selling price of the merchant = ₹8000 + 25% of ₹8000 = ₹8000 + ₹2000 = ₹10,000. The customer sells the article at a price 20% more than the price at which he bought it. Selling price of the customer = ₹10,000 + 20% of ₹10,000 = ₹10,000 + ₹2000 = ₹12,000. So, the final selling price is ₹12,000. Correct option: b
Which protocol is used for secure remote shell access and file transfers?
Which SQL keyword is used to filter records in a SELECT statement based on a specific condition?
What is the function of an IP address in a computer network?
Mention any two indirect measures of product.
What is the purpose of a condition variable in synchronization?
Which type of transistor is less susceptible to thermal runaway?
Which component amplifies or switches electronic signals and is a fundamental building block of modern electronic devices?
In a three-phase system, each phase has a voltage of 400V. Calculate the line voltage (phase-to-phase voltage) in the system.
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
What does the term "zero-day vulnerability" mean in cybersecurity?