Question
The current ages of 'Pankaj' and 'Ranjan' are in the
ratio of 2:5. If Ranjan's age 13 years from now will be six times Pankaj's age 6 years prior to now, determine Pankaj's present age.Solution
ATQ,
Let the present ages of 'Pankaj' and 'Raju' be '2x' years and '5x' years, respectively. ATQ; (5x + 13) = 6 Ă— (2x - 6) Or, 5x + 13 = 12x - 36 Or, 7x = 49 Or, x = 7 So, present age of 'A' = 2 Ă— 7 = 14 yearsÂ
Which of the following is a characteristic feature of a Relational Database Management System (RDBMS)?
To count total no of argument in shell
The time horizon of data warehouse is
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}
Which of the following design patterns violates the Open/Closed Principle of SOLID principles in object-oriented design?Â
Which algorithm is most suitable for solving optimization problems in Numerical and Statistical Computing?
The first line in any shell script begins with a _____
- Which phase of the Software Development Lifecycle (SDLC) focuses on identifying the feasibility and goals of the project?
Which of the following statements about Classless Inter-Domain Routing (CIDR) is NOT true?Â
- Which type of attack allows an attacker to inject malicious scripts into a trusted website to execute in a victim's browser?