Time Left - 10:00 mins

Campus Recruitment Tech Quiz-6

Attempt now to get your rank among 211 students!

Question 1

Which of the following layer of OSI Reference model is also called end-to-end layer ?

Question 2

Multiple inheritance is not supported in Java because?

Question 3

What will be the output of the program?

#include<stdio.h>

int main()

{

int m=1;

printf("%d == 1 is" "%s\n", m, m==1 ? "TRUE" : "FALSE");

return 0;

}

Question 4

In SQL, __________ is an Aggregate function.

Question 5

The concept of order (Big O) is important because—
  • 211 attempts
  • 0 upvotes
  • 5 comments
May 7GATE & PSU CS