Time Left - 08:00 mins

ISRO 2023 Quiz 36

Attempt now to get your rank among 48 students!

Question 1

Which of the following is the correct order of keywords for SQL SELECT statements?

Question 2

Which of the following process scheduling algorithm may lead to starvation?

Question 3

Consider the following C program

#include

#include

int main()

{
       char *str = “gradeup2020”;

       char *p = str;

       printf(“%s”, str + str[3] - str[2] - 1) ;

      return;

}

Which of the following represents the output of above program?

Question 4

Which of the following is true for regular sets A =(1101 + 1)* and  B=((1101)*1*)*?

Question 5

if we have T(n) = n + T(n - 1) then what is complexity if Then T(n) ?

  • 48 attempts
  • 0 upvotes
  • 0 comments
Nov 3GATE & PSU CS