Time Left - 10:00 mins

Campus Recruitment Tech Quiz- 30

Attempt now to get your rank among 166 students!

Question 1

Which of the following is not a feature of pure OOP?

Question 2

The output of following code is-

int main()

{

int a = 5;

int *ptr ;

ptr = &a;

*ptr = *ptr * 3;

printf("%d", a);

return 0;

}

Question 3

Match the following application layer services to their corresponding port number :

Question 4

Consider a relation R (A, B, C, D, E) with the following functional dependencies:

A BC

C E

B D

E A

The total numbers of super keys present in the relation are _______.

Question 5

Electronic mail uses which Application layer protocol?
  • 166 attempts
  • 0 upvotes
  • 4 comments
Jun 24GATE & PSU CS