Recent posts tagged barc

2
But in c by default storage specifier is auto..static keyword is always explicitly written..plz explain
3
Yes, continuously increasing. I though of it intuitively, if a function is increasing, then all the rectangles (for approximating the area under the curve) will lie below...
4
int *f1(void){int x=10; return (&x);}int *f2(void){int *ptr;*ptr=10;return ptr;}int *f3(void){int *ptr;ptr=(int*)malloc(sizeof(int));return ptr;}Which of the above 3 func...
5
Also If I have f(n) = omega(n^2) and g(n) =theta(n^3) then what can we say if we do f(n) *g(n)
6
J,M causes collision..Hash table (0-9) ={T,K,J,M,C,N,Y,P,R,S}
7
0 means lowest vertex in the Hasse diagram (f in this case). 1 means highest vertex in the Hasse diagram (a in this case).
8
starting with 001100110011 means alternative sequence of process P and Q..Process P should start execution so at W, P(s) where S=1..to get alternate sequence X and Y are...
9
p will depart at t = 11
10
yea i have checked , nai hai added m sure now and nor did i get any normalisation marks wateva marks are there they are without normalisation
12
What are the eigenvalues of the matrix $P$ given below$$P= \begin{pmatrix} a &1 &0 \\ 1& a& 1\\ 0&1 &a \end{pmatrix}$$ $a, a -√2, a + √2...
To see more, click for the full list of questions or popular tags.