0 votes
2
Is the college predictor for 2018 open?
0 votes
3
SYN packet is sent throughoptions1)Bind2)Socket3)Listen
20 votes
5
33 votes
10
1 votes
12
8 votes
13
int i=0; char *a = "abcde\0efgh"; while(a[++i]) printf("%d",*++a - 'a');the output of the above c code segment?
4 votes
15
Given R with n tuples S with m tuples n<m then How many minimum and maximum tuples in follwing relations . Please Justify with Reason / ExamplesR-SS-RR Left Join SR Nat...
34 votes
21
The recurrence relation$T(1) = 2$$T(n) = 3T (\frac{n}{4}) +n$has the solution $T(n)$ equal to$O(n)$$O (\log n)$$O\left(n^\frac{3}{4}\right)$ None of the above
0 votes
25
State entry problem is undecidable or partially decidable?
1 votes
26