July 17, 2021 in C and CPP Which of the following expressions accesses the (i,j) th entry of a matrix stored in column major form? Read More
July 17, 2021 in C and CPP The smallest number of keys that will force a B- tree of order 3 have a height 3 is: Read More
July 17, 2021 in C and CPP The time complexity of the Depth First Search algorithm to traverse a graph of “n” vertices and “e” edges is: Read More
July 17, 2021 in C and CPP If j=2, m=1, x=3, y=4. What is the value of the expression j++ = = m = = y * x Read More
July 17, 2021 in C and CPP Which of the following types of expressions does not require precedence rules for evaluation? Read More
July 17, 2021 in C and CPP Which of the following data structure may give overflow error, even though the current number of elements in it, is less than its size Read More
July 17, 2021 in C and CPP f(n) is of the order of g(n) if there exist positive integers “a” and “b” such that Read More