1 votes
205
What does the double arrow in options 2 & 4 mean ?
1 votes
206
which one is correst #round robin scheduling is essentially the preemptive version of 1) FIFO 2) shortest job first 3) shortest remaining time first 4) longest time first...
3 votes
207
consider the declaration:char first(int(*)(char,float));int second(char,float);Which of the following function invocation is valid and how?a) first(*second);b) first(&sec...
1 votes
209
Wide cache is available so in my program which data structure I can use? 1.Array2.Linked list
1 votes
210
3 votes
211
A box contains 10 mangoes out of which 4 are rotten .Two mangoes are taken out together. If one of them is found to be good ,then find the probability other is also good...
1 votes
215
5 votes
216
An array of size n. Find the time complexity to insert a new value before an element e in the array?a)O(n)b)O(log n)c)O(1)
1 votes
217
We can show that the clique problem is $NP$-hard by proving thatCLIQUE $\leq$ P 3-CNF_SATCLIQUE $\leq$ P VERTEX_COVERCLIQUE $\leq$ P SUBSET_SUMNone of the above
2 votes
219
0 votes
221
#include<stdio.h>#include<stdio.h>void main(){int in; while ((in = getchar())) {putchar(in);}} explain o/p and what is in=getchar line
4 votes
222
2 votes
226
The number of nodes in height h in any n-element heap is$h$$z^h$ceil $\biggl(\frac{n}{z^h} \biggr)$ceil $\biggl(\frac{n}{z^{h+1}} \biggr)$