Question
With reference to the Pradhan Mantri Jan Arogya Yojana
(PMJAY), consider the following statements:   I.           It provides for primary, secondary and tertiary care hospitalization.  II.           It covers both pre-hospitalization and post-hospitalization expenses. III.           There is no restriction on the family size, age or gender. Which of the statements given above is/are correct?Solution
Ayushman Bharat Pradhan Mantri Jan Arogya Yojana (PMJAY) is the largest health assurance scheme in the world which aims at providing a health cover of Rs. 5 lakhs per family per year for secondary and tertiary care hospitalization to over 10.74 crores poor and vulnerable families. It covers up to 3 days of pre-hospitalization and 15 days post-hospitalization expenses such as diagnostics and medicines. Under PMJAY, there is no restriction on the family size, age or gender.
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?