November 19, 2023Question 5023 – Graph-TheoryConsider 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, 2023Question 11430 – OperatorWhat 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, 2023GATE 2008Question 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, 2023GATE 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 […]