3 answers
3
You are asked to sort 15 randomly generated numbers. One should prefer—(a) Bubble sort (b) Quick sort (c) Merge sort (d) Heap sortI think the answer should be c or d cr...
9 answers
7
11 answers
9
8 answers
12
What is the logical translation of the following statement?"None of my friends are perfect."$∃x(F (x)∧ ¬P(x))$$∃ x(¬ F (x)∧ P(x))$$ ∃x(¬F (x)∧¬P(x))$$ ¬�...
8 answers
13
Consider the following C program segment.# include <stdio.h int main() { char s1[7] = "1234", *p; p = s1 + 2; *p = '0'; printf("%s", s1); }What will be printed by the pro...
6 answers
14
1 answer
16
what is the difference between estimated rank and current rank in GO RANK PREDICTOR?? I have a lot of difference between those both what should be considered ? some one p...
0 answers
17
What rank can I expect if my gate marks are 53 for mechanical set 1 ,2018?
1 answer
18
when come official key of gate 2018 by iit??
10 answers
20
$\text{ What is the missing number in the following sequence?}$$$2,\,12,\,60,\,240,\,720,\,1440,\,\underline{\;\;\;\;\;\;\;\;},0$$$2880$$1440$$720$$0$
8 answers
27