Time Left - 10:00 mins

Campus Recruitment Tech Quiz- 24

Attempt now to get your rank among 248 students!

Question 1

The computation of the shortest path in OSPF is usually done by ____________

Question 2

In 2NF (second normal form)

Question 3

Which of the following is a single rotation technique in AVL trees:

Question 4

What value must a C++ destructor return?

Question 5

Evaluate the given code- (int takes 4 bytes)

union student

{

int y[34];

char var2[7];

char arr[8];

char ch[5];

};

int main()

{

union student st;

printf("%d", sizeof(union student));

return 0;

}

  • 248 attempts
  • 1 upvote
  • 5 comments
Jun 12GATE & PSU CS