Recent questions without an upvoted answer

1 votes
0 answers
14671
1 votes
0 answers
14673
0 votes
0 answers
14674
0 votes
0 answers
14675
0 votes
0 answers
14679
https://gateoverflow.in/1855/gate2006-82DESIGNATED PORT IS FOR FOR ROOT BRIDGE AND NON ROOT BRIDGE???
0 votes
0 answers
14680
What is the number of comparisons required to extract 45th element of the min heap?
0 votes
0 answers
14681
IN write-back policies what does meant by the update in memory is supposed to happen when block in cache is evicted?
0 votes
1 answer
14685
1 votes
0 answers
14686
What is runtime enviornment (Is it do anything more than running the program?)?Where Stack Pointer generally needed?Why it is needed runtime and not compile time? Has it ...
0 votes
0 answers
14687
how is A will have m-1 linearly independent rows and m-1 linearly independent columns?
0 votes
0 answers
14688
0 votes
0 answers
14689
1 votes
0 answers
14692
#include <stdio.h>char *someFun1() { char temp[] = "string"; return temp; }char *someFun2() { char temp[] = {'s','t','r','i','g'};return temp;} int main() { p...
0 votes
0 answers
14693
how to attach jpg file to this blog...
0 votes
0 answers
14694
if carry propagation delay is 5nsec in full adder then multiplication of 8 bit numbers using array co-multiplier takes ? (Assume AND gate delay=2nsec )
0 votes
0 answers
14696
1 votes
0 answers
14697
Find all the possible solution for sum of subset problem for the instance m=35 and S=<1,2,5,7,8,10,15,20,25 using Backtracking.I am totally confused hence please provide ...
0 votes
0 answers
14698
Please Derive the Relation in between degree and the height of n keys B Tree. Insert the following information into an Empty B Tree with Degree t=3.F,S,Q,K,C,L,H,T,V,W,M,...
1 votes
1 answer
14699
Sort The Following Sequence of input using Heap sort.{ 10 , 2 , 1 , 5, 3 ,8 ,11,24 ,7 }Please show the output at every pass because i am getting confused.
1 votes
0 answers
14700