...
November 19, 2023

Question 5023 – Graph-Theory

Consider an undirected graph G with 100 nodes. The maximum number of edges to be included in G so that the graph is not connected is […]
November 19, 2023

Question 11430 – Operator

What is the output of the following C program #include int main() { int i=5; printf("%d%d%d", i++, i ,++i); return 0; } Correct Answer: C Question […]
November 19, 2023

GATE 2008

Question 41 A B-tree of order 4 is built from scratch by 10 successive insertions. What is the maximum number of node splitting operations that may […]
November 19, 2023

GATE 2014 [Set-3]

Question 10 Consider the equation: (7526)8 – (Y)8  = (4364)8, where (X)N stands for X to the base N. Find Y. A 1634 B 1737 C 3142 […]