Recent questions in Programming and DS

0 votes
0 answers
2501
The solution given to this question is :How can z=5? According to me it should be 100
0 votes
0 answers
2502
1 votes
2 answers
2503
2 votes
1 answer
2504
0 votes
0 answers
2505
The answer is given as (A) but according to me it should be (B). Can anyone explain please?
0 votes
1 answer
2506
A character of the data that binary search uses but the linear search ignores, isA.Order of the listB.Length of the listC.Maximum value in the listD.Minimum value in list...
0 votes
0 answers
2507
0 votes
1 answer
2508
Count the no. Of token and also explain the token count rule?printf("i=%d,&i=%x",i&i);
0 votes
1 answer
2509
0 votes
2 answers
2510
What will be output if you will compile and execute the following c code? #include<stdio.h>int main(){char c=125;c=c+10;printf("%d",c); return 0;}(A) 135(B) 115(C) -121(D...
0 votes
0 answers
2511
How many binary trees are possible with given preorder:- ABCDAnd given postorder:- cdba
0 votes
0 answers
2512
what is complexity1)to convert infix to prefix 2) to convert infix to postfix 3)convert infix to prefix using stackplz someone tell?
0 votes
0 answers
2513
0 votes
0 answers
2516
What is clustering effect in hashing How quadratic and pseudorandom method of hashing worksWhat is the difference between chaining and linklist method of hashing
0 votes
1 answer
2519
A search was performed on some binary search tree. Which of the following is a valid search sequence?(A) 1, 11, 111, 98, 58, 78, 90, 48, 88(B) 333, 33, 53, 93, 63, 90, 70...
1 votes
1 answer
2520
Please explain the working of pointers in this question. I'm unable to understand how we are getting this answer.