Time Left - 10:00 mins

Campus Recruitment Tech Quiz-14

Attempt now to get your rank among 210 students!

Question 1

Which one of the following is correct for overloaded functions in C++ ?

Question 2

In Quick sort for sorting ‘n’ elements, (n/5)th smallest element is selected as pivot, using an O(n) time algorithm. The complexity of this version of Quick sort is

Question 3

In a CSMA/CD network with and, then the minimum frame size in bits will be

Question 4

The primary key must be

Question 5

What is the output of the program.?

int main()

{
int a = 25%10;

printf("%d", a);

return 0;

}

  • 210 attempts
  • 0 upvotes
  • 2 comments
May 23GATE & PSU CS