Question
The joint average age of three siblings - Tara, Uday,
and Vini - is 26 years. The ratio of Vini's to Waleed's current ages is 7:8, and Uday's age is 25% less than Waleed's. Find Waleed's current age if Vini will be three times as old as Tara 3 years hence.Solution
ATQ, Let Vini's and Waleed's ages be 7x years and 8x years, respectively.
What does below UNIX command do?
rm file1 file2
Which of the following techniques is used to train a machine learning model on labeled data?
Which block of code is used to handle exceptions?
B-trees and B+ trees are primarily used for efficient storage and retrieval of data in:
Which protocol is commonly used for sending and receiving emails?
In ______, the difference between the height of the left sub tree and height of the right tree, for each node, is almost one
Which of the following is a passive electronic component used in analog circuits?
The below mentioned code is in which programming language
type
array-identifier = array[index-type] of element-type;
Converting hexadecimal value (3FA7) to Octal will yield ________.
In reverse polish notation , expression A*B+C*D is written as