December 25, 2023

UGC NET Dec-2020 and June-2021 Paper-2

Question 10 Given the following STUDENT-COURSE scheme: STUDENT(Rollno, Name, Courseno) COURSE(Courseno, Coursename, Capacity), where Rollno is the primary key of relation STUDENT and Courseno is the […]
December 26, 2023

Functions

Question 16 Consider the following recursive C function that takes two arguments unsigned int rer ( unsigned int n, unsigned int r){ If (n > 0) […]
December 26, 2023

Queues-and-Stacks

Question 17 A stack is implemented with an array of ‘A [0…N-1]’ and a variable ‘pos’. The push and pop operations are defined by the following […]
December 26, 2023

Relational-databases

Question 27 Consider the following table in a relational database A {Last Name} B {Room} C {Shift} D {Room, Shift} Database-Management-SystemRelational-databasesISRO-2018Video-Explanation Question 27 Explanation:  → Candidate […]