Time Left - 10:00 mins

Campus Recruitment Tech Quiz- 28

Attempt now to get your rank among 182 students!

Question 1

The commonly used protocol for webpage transfer is ________

Question 2

What value must a C++ destructor return?

Question 3

Output of the following program?

# include <stdio.h>

void fun(int *ptr)

{

*ptr = 30;

}

int main()

{

int y = 20;

fun(&y);

printf("%d", y);

return 0;

}

Question 4

The maximum number of superkeys for the relation schema R(E,F,G,H) with E as the key is

Question 5

In a relational Schema, each tuple is divided in to fields called
  • 182 attempts
  • 1 upvote
  • 5 comments
Jun 20GATE & PSU CS