Question
How is P related to G? I. P is G’s
nephew’s cousin’s mother. II. P is the daughter in law of N whose only son and only daughter are married. Each of the questions given below has one question and two statements marked I and II. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements and give answer :Solution
The correct answer is E
Which type of malware disguises itself as legitimate software but has malicious intent once installed?
In C, what is the output of printf("%d", 5/2);?
Which of the following is true about C++ destructors?
In C++, which feature allows hiding the internal details of a class?
Which of the following statements is correct for Python lists?
Which of the following systems is typically designed to support managerial decision-making? Â Â Â Â Â Â
Which of the following is used to declare a list in Python?
In Python, which method is used to convert a string to lowercase?
In C, what will be the output of the following code?
int a = 5;
printf("%d", a++);
Which of the following algorithms is most commonly used in Operating Systems for deadlock prevention?