1 votes
2
2 votes
3
0 votes
4
The probability of a man hitting a target in one fire is 1/6. The number of times at least he must fire at the target in order that his chance of hitting the target at le...
1 votes
5
Which of following entry is same in both TCP header and UDP headerSequence numberAcknowledgement numberChecksumUrgent pointer
1 votes
7
Time complexity of this Recurrence relation T(n)=T(√n) +1O(nlogn)O(log log n)O(n^2)n^2 logn
2 votes
8
please explain this question
0 votes
10
1 votes
11
void foo(int n){ while (n! = 0) { if (!(n & 1)) printf(“*”); n = n > 1 ; }} The number of times printf(“*”) is executed, whe...
0 votes
12
what is the maximum possible hight of AVL tree with 54 node?is there any general method to solve this question?
2 votes
13
13 votes
15
1 votes
16
The minimum size of stack required to evaluate given post fix expression is _____________postfix :- 2 5 x 6 + 4 2 x - MY ANSWER IS 8..CAN ANYONE TELL ME WHERE I AM WRONG�...
2 votes
17
0 votes
18
The calender for the year the year 2007 will be same for the yearA 2016B 2012C 2014D 2018
0 votes
19
Once we have assumed a don't care as '1' in SOP we can't use the same don't care for grouping zeros in POS and vice versa. Whether this statement is true or false.
0 votes
24
My answer is B, but the provided answer is C.
0 votes
25
Though n is finite, how we will compare a and c. My answer is D, but C is provided as the answer.