Recent questions in Programming and DS

0 votes
0 answers
1862
0 votes
1 answer
1864
According to me Option D.Because it should be an error because *("INDIA" + 2 ) = 'D' and we are doing 'D' = 'I' which is not valid so Error ???But answer is C
0 votes
2 answers
1866
how does AVL tree requires o(logn) for all the operation i.e search insert and deletewhile other tree (bst,binary) requires o(n) is it due to balancing factor that avl tr...
1 votes
1 answer
1868
Can anyone please verify whether I have calculated the addresses correctly or not?
0 votes
2 answers
1870
1 votes
1 answer
1871
#include<stdio.h>main(){ int j=0; int i; for( i=0;i<100;i++) { j=j++; } printf("%d",j);}why o/p is zero??
0 votes
0 answers
1873
The number of possible min-heaps containing each value from {1,1,1,1,1,1,1} exactly once is _______This is a variance of Gate 2018 question and how will we deal if all va...
0 votes
1 answer
1874
0 votes
1 answer
1875
In linked list data structure head node being of Node type stores only address but not the data.Why?And what should be the size of the Head node?
1 votes
0 answers
1876
Which of the following shows the correct hierarchy of arithmetic operations in C A) (), , * or /, + or - B) (), , *, /, +, - C) (), , /, *, +, - D) (), / or *, - or
1 votes
2 answers
1877
What is difference between $pop\left ( \right )$,$empty Stack\left ( \right )$,$delete Stack\left ( \right )$?Can all be performed in $O\left ( 1 \right )$ time?
0 votes
1 answer
1878
https://gateoverflow.in/?qa=blob&qa_blobid=6075540776642993895
0 votes
1 answer
1879
What is the time-complexity of Enqueue and Dequeue operations when Queue is implemented using linked list?What is the time complexity of inserting a element in single lin...
0 votes
1 answer
1880