Net Profit after Tax = Rs. 60,000 Tax Rate = 40% Net Profit before tax = Net profit after tax × 100/(100 – Tax rate) = Rs. 60,000 × 100/(100 – 40) = Rs. 1,00,000 Interest on Long-term Debt = 15% of Rs. 10,00,000 = Rs. 1,50,000 Net profit before interest and tax = Net profit before tax + Interest = Rs. 1,00,000 + Rs. 1,50,000 = Rs. 2,50,000 Interest Coverage Ratio = Net Profit before Interest and Tax/Interest on long-term debt = Rs. 2,50,000/Rs. 1,50,000 = 1.67 times.
Which keyword is used to allocate dynamic memory in C++?
In which part of a function are local variables typically declared?
Attributes that do not exist in the physical database, but their values are derived from other attributes present in the database.
What is the purpose of the "GROUP BY" clause in an SQL query?
In a compiler, keywords of a language are recognized during
Which type of variable has the widest scope and can be accessed from any part of the program?
Sending a packet to all destination simultaneously is called
Which tree traversal visits the nodes in the order: left, root, right?
What is machine learning?
In dynamic programming, what is memoization?