2 votes
2
0 votes
3
A memory leak happens whena) a program allocates memory in heap but forgets to deallocate itb) when an un-assigned pointer is used is freed using free functionc) when rea...
1 votes
4
0 votes
5
Que.The result of the UNION operation between R1 and R2 is a relation that includesa.all the tuples of R1b.all the tuples of R2c.all the tuples of R1 and R2d.all the tupl...
0 votes
8
processmaximum demandcurrently holdsp17045p26040p360xp440yif a system has total of 150 units of resource then identify which of the following values of X and Y the above ...
0 votes
11
#include<stdio.h>int main(){ int a=10,b=20,c=30;c==a==b;Printf("%d%d%d",a,b,c);return0;}
1 votes
12
0 votes
13
0 votes
14
1. Is bucket sort always stable or does it depend on the sorting subroutine used by bucket sort toe sort the buckets?2. Bucket sort is always NOT inplace.Is this correct...
0 votes
15
How many sets of three integers between 1 and 20 are possible if no two consecutiveintegers are to be in a set?
5 votes
16
$L = \{w \mid w ∈ {a,b}, n_a(w) \geq n_b(w)+1\}$$L = \{a^ib^j \mid i ≠ 2j+1\}$$L = \{a^mb^n \mid m=2n+1\}$NOTE: 1 - DCFL, 2 - DCFL, 3 -DCFL, but need a proper reason!...
3 votes
19
Pick the correct statement A. Bit rate can never be less than Baud rateB. Baud rate can never be less than Bit rateC. Bit rate and Baud rate are always samr.D. None of th...
0 votes
20
what should be the minimum number of comparisons required to find the minimum and maximum of 100 numbers ?
1 votes
22
S >AaAb /BbBaA >epsilonB ->epsiloncheck whether grammar is LL(1),LR(0) OR SLR(1)
0 votes
24
S >AaAb /BbBaA >epsilonB ->epsiloncheck whether grammar is LL(1),LR(0) OR SLR(1)
3 votes
26
0 votes
30