1 votes
2 answers
481
For the Boolean equation $AB +$ $\sim AC$$= 1$, $AC +B = 0$, the value of $A$, $B$ and $C$ will be:$0$, $0$,$1$$1$,$1$,$0$$0$,$1$,$0$$1$,$0$,$0$
2 votes
1 answer
486
4 votes
2 answers
488
Hash a list of $3$ keys into hash table with $20$ locations. What will be the probability of the event $A$ in which hashing the three keys causes a collision?$0.123$$0.14...
1 votes
1 answer
491
2 votes
1 answer
495
5 votes
3 answers
496
What is the output of the following program?main( ){int i=4, z=12;if( i=5 || z 50)printf(“ Gate2017”);elseprintf(“ Gateoverflow”);}Gate2017Gateoverflowsyntax err...
1 votes
1 answer
497