Time Left - 10:00 mins

Campus Recruitment Tech Quiz-2

Attempt now to get your rank among 236 students!

Question 1

void f(int a, int b)

What is the output of above program ?

Question 2

Convert the following prefix expression into postfix expression

* – + A B C D

Question 3

Which C++ which among the following OOP feature is related to re- usability?

Question 4

In which of the following sorting algorithm, number of swaps are equal to the number of inversions?

Question 5

SELECT instructor.*

FROM instructor, teaches

WHERE instructor.ID= teaches.ID;

This query does which of the following operation?

  • 236 attempts
  • 0 upvotes
  • 0 comments
Apr 29GATE & PSU CS