...
October 12, 2023

UGC NET CS 2014 Dec-Paper-2

Question 25 A full binary tree with n leaves contains A n nodes B log​ 2​ n nodes C 2n –1 nodes D 2​ n​ nodes […]
October 12, 2023

Data-Structures

Question 216 Consider the following ANSI C program: #include<stdio.h> #include<stdlib.h> Struct Node{            int value;            struct Node *next;}; int main() {            struct Node *boxE, *head, *boxN; int […]
October 12, 2023

Data-Structures

Question 2 Let T be a tree with 10 vertices. The sum of the degrees of all the vertices in T is _________. A 18 B […]
October 12, 2023

Data-Structures

Question 35 In an adjacency list representation of an undirected simple graph G = (V,E), each edge (u,v) has two adjacency list entries: [v] in the […]
error: Alert: Content selection is disabled!!