Time Left - 10:00 mins

Campus Recruitment Tech Quiz- 31

Attempt now to get your rank among 187 students!

Question 1

The infix expression A + (B – C)* D is correctly represented in prefix notation as

Question 2

The following ‘C’ statement :
int * f [ ] ( );
declares:

Question 3

The expression 5 — 2 - 3* 5— 2 will evaluate to 18, if :

Question 4

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 5

Which of the following input will give best case time for selection sort?
  • 187 attempts
  • 1 upvote
  • 3 comments
Jun 26GATE & PSU CS