0 votes
3
$L_1=a^ * b^ *$$L_2=a^ + b^ +$Find $L_2-L_1$:A. $a ^ *$B. $b ^ *$C. $a ^ * +b^ *$D. None
1 votes
4
0 votes
5
0 votes
7
0 votes
8
sir in this question m should be equal to n without this how rank=n?
0 votes
9
let a = {2,4,6,8} suppose b is a set with |b| = 5 what are the smallest and largest possible values of |A*B|
1 votes
10
1 votes
11
#include<stdio.h #include<string.h #define MAX(x, y) ((x) (y) ? (x) : (y)) int main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i, j, k); return ...
0 votes
14
Which one of the following types of memory is fastestCache MemoryRegister MemoryMain MemorySecondary Memory(Option $1 [39317]) 1$(Option $2 [39318]) 2$(Option $3 [39319])...
0 votes
19
We have stored an element after a few elements in an array, where the array size is unknown, then find the position of in array.
0 votes
21
how O($n^{2}$) in the last.(in the given solution).