1 votes
2 answers
61
R(ABCD) having set of FDs: {AB->C ,C->D and D->A}if R is decomposed into R1(CD), R2(AC) and R3(BC)This is in BCNF or not???
0 votes
2 answers
62
Can we have having clause without group by clause? if yes then when..?when columns appearing in group by clause may not be in select clause?
1 votes
1 answer
64
Intersection of recursively enumerable language is REL but is not closed under complementation..
1 votes
1 answer
67
–2 votes
2 answers
68
int main{int * str ="2017";printf("%d", madeEasy(str));return 0;}int maseEasy(int * p1){int * p2 = p1;while(*++p1);return (p1-p2);}assume object of data type int occupies...
0 votes
1 answer
69
To insert a node at the end of double linked list we need to modify two pointers right??But answer given is one pointer.can someone clarify?
2 votes
2 answers
71
Let L be a regular languageIs the language L2={y: there exist x and z such that |x|=|z| and xyz belons to L} regular?
4 votes
4 answers
72
L = {ambn | m+n is even or odd}, L is regular or not???
1 votes
0 answers
73
which of below is recursively enumerable language:a. <M | M is turing macjine and there exist a input whose length is less than 100, on which M halts>b.{M is a turing mac...
7 votes
2 answers
74
find TC : $T(n)= 2T(\sqrt{n}) + 1$
1 votes
0 answers
76