Initial quantity of milk in the mixture = 160 × 4/5 = 128 litres Initial quantity of water in the mixture = 160 × 1/5 = 32 litres 28 litres mixture contains 22.4 litres milk and 5.6 litres water. So the quantity of water in the resultant mixture = 32 – 5.6 + 28 = 54.4 litres Percentage of water in the resultant mixture = 54.4/160 × 100 = 34%
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?