5 answers
4
3 answers
5
How many sub strings of different lengths (non-zero) can be formed from a character string of length $n$?$n$$n^2$$2^n$$\frac{n(n+1)}{2}$
0 answers
6
12.3... anyone could solve for joins
1 answer
12
what are the attributes of all the minimum tables formed??
0 answers
14
int fun(int n){int x=1,k;if(n==1) return x;for(k=1;k<n;++k)x=x+fun(k)*fun(n-k)return x;}return value of fun(5)??? how to solve this using tree method approach???
0 answers
15
differnce between .year≥2009(takes) join studentyear≥2009(takes join student)with example