2 answers
3
0 answers
4
If variable can take any integral values from $0$ to $n$, where $n$ is a constant integer, then the variable can be represented as a bits field whose width is the integra...
1 answer
5
what are global functions in c ? can anyone give some insight >?
1 answer
6
Someone explain it
1 answer
7
Can anyone please solve and explain this question clearly?
1 answer
8
1 answer
10
Consider the graph G given below. The graph G is (a) planar (b) non- planar
1 answer
11
Find the chromatic number of the graph G below (a) 3 (b) 4 (c) 5 (d) None of the above
1 answer
13
When some pages are referred more number of time, initially and then there were no references later, then which of the following page replacement technique will result in...
1 answer
14
2 answers
15
2 answers
17
int main() { char str[10]="GATE2018"; int length=strlen(str); str[length]='\0'; for(i=0;str[i];i++) printf("%c",str[i]); return 0; }Find the output?
3 answers
18
State True/ False Message passing is slow compared to shared memory and more error-prone.1. True2. False
3 answers
19
Interprocess communication with message passing, the shared memory is in1. Userspace2. Kernel space3. Virtual memory4. None of these
1 answer
20
Is it possible to convert a NFA having 'n' states to some DFA having less than 'n' states?
5 answers
25
A packet whose destination is outside the local $TCP/IP$ network segment is sent to ________.File server$DNS$ server$DHCP$ serverDefault gateway
5 answers
30
__________ refers loosely to the process of semi-automatically analyzing large databases to find useful patterns.DataminingData warehousingDBMSData mirroring