2 votes
1
3 votes
2
Consider the following C program: Which of the following represents output of above C program?A)1, 0B)2, 0C)1, 1D)2, 1
1 votes
7
Variable length partition schema suffers from internal fragmentation????
2 votes
8
Which of the following sorting algorithm has almost the same worst case and best case complexity?1- Quick Sort2- Merge Sort3- Shell Sort4- Heap Sort PS: Is it heap or sh...
0 votes
9
A balanced binary search tree of n nodes,the number of steps needed to find and remove the 9th largest element in the worst case?(Please mention the algorithm followed)
0 votes
10
The Operating System of a computer may periodically collect all the free memory space to form contiguous block of free space. This is called:ConcatenationGarbage Collecti...
0 votes
11
which edition i will follow for computer networks by tanenbaum?which is the current edition
0 votes
12
#include<stdio.h>int main(){ Float x=0.5;if(x==0.5)Printf("if");else if(x==0.5f)Printf("else if");}Explain the code line by line .
0 votes
13
18 votes
14