November 12, 2023

OOPS

Question 52 If a data-item is declared as a protected access specifier then it can be accessed : A Anywhere in the program B By the […]
November 12, 2023

OOPS

Question 90 If only one memory location is to be reserved for a class variable, no matter how many objects are instantiated, then the variable should […]
November 12, 2023

GATE 2004

Question 5 The best data structure to check whether an arithmetic expression has balanced parentheses is a A queue B stack C tree D list Data-StructuresStacks […]
November 12, 2023

Database-Management-System

Question 46 Let R = (A, B, C, D, E, F) be a relation scheme with the following dependencies: C→F, E→A, EC→D, A→B. Which of the […]