15 votes
3
The running time of the following algorithmProcedure $A(n)$If $n \leqslant 2$ return ($1$) else return $(A( \lceil \sqrt{n} \rceil))$;is best described by$O(n)$$O(\log ...
1 votes
4
Given a 3D array A[2:8,-4:1,6:10] stored in a row major order, if the base address is 200 and size of an element is 4 byte, what is the address of A[5][-2][8]? I AM GETTI...
3 votes
6
The sum of product (SOP) form of logic expression is most suitable for designing logic circuit using onlyA) NAND gateB)NOR gate
1 votes
7
Please clear my doubt by solving this !!
1 votes
8