Time Left - 10:00 mins

Campus Recruitment Tech Quiz-8

Attempt now to get your rank among 262 students!

Question 1

The address resolution protocol (ARP) is used for

Question 2

A member function can always access the data in __________ , (in C++).

Question 3

What is the output of this C code?

#include <stdio.h>

int main()

{

j= 10;

printf("%d\n", j++);

return 0;

}

Question 4

ACID properties of a transactions are

Question 5

Selection sort, quick sort is a stable sorting method.
  • 262 attempts
  • 2 upvotes
  • 3 comments
May 11GATE & PSU CS