1 answer
1
4 answers
2
Consider the following code snippet: if(fork()&& fork()) { fork(); } if(fork()||fork()) { fork(); fork(); } printf("GATE 2017");How many times GATE $2017$ printed?How to ...
1 answer
3
2 answers
5
Which of the following data structure may give overflow error, even though the current number of element in it is less than its size ?(A) Simple Queue(B) Circular Queue(C...
3 answers
6
If the group has 40 elements and it has two subgroups namely h and k with order 10 and 20 then what can't be order of (h intersection k)a:)10b:)20c:)3d:)1e:) 4My answer i...
1 answer
7
We are given a set of n distinct elements and an unlabelled binary tree with n nodes.how many ways can we populate the tree with the given set so that it becomes a BST01n...
3 answers
8
How many elements a simple queue and a circular queue both of size N can accommodates ?( A ) N and N respectively.( B ) N-1 and N-1 respectively.( C ) N and N-1 respec...
1 answer
9
in CSMA/CD after Fifth collision ,what is the probability that a Node choose K=4? The result k=4 correspond to how many seconds delay on a 10 Mbps Ethernet?k is standard ...
1 answer
11
Convert the grammar S->S0S1S0S | S0S0S1S |S1S0S0S | £to a PDA that accepts the Same language by empty stack
2 answers
12
I need two proves, i am stuckhere1.Show that every S-grammar is Unambiguous2.Show that a RegEx can never be Inherently Ambiguousso what to use here? Induction/Contradicti...
1 answer
16
Which is better in terms of placement, IIT Roorkee or IIT Guwahati? I'm confused where should I go.