Question
The total number of passengers in general class of train
Q and 3 AC coach of train P together is approximately what percent of the total number of passengers in 3Ac coach of train Q and general class passengers of train P together? Study the following information carefully and answer the given questions. A train has four types of coaches – General, sleeper. First class and 3 AC. On a platform two trains – Train P and train Q are standing. Train P has 800 passengers, which is 60% more than the passengers in train Q. One – fourth of the total number of passengers of train Q are in general coach. 32% of the remaining passengers of train Q are in 3 AC coach. 28% of the passengers of train Q are in sleeper class. The total number of passengers in 3AC coaches of both the trains is 420. 40% of the total number of passengers of train P are in sleeper class. 10% of the total passengers of train P are in first class coach.Solution
Required percentage = (125+300)/(120+100) × 100 = 193.18%
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}
Command to change the priority in LINUX
- Which of the following is an example of Polymorphism in Object-Oriented Programming?
Given the following code snippet, what will be the output when the function findMax is called with the array arr = [1, 5, 3, 9, 2]?Â
def findMax...
The time horizon of data warehouse is
Which of the following sorting algorithms is NOT stable?Â
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â
State True/False
With a data mart, teams can access data and gain insights faster, because they don’t have to spend time searching within a ...
Abstract Class in Java
- Which of the following is NOT one of the SOLID principles of software design?