1 votes
1
1 votes
2
https://gateoverflow.in/?qa=blob&qa_blobid=5795855353278664308
2 votes
3
Can someone solve this and tell how it’s 160.
1 votes
7
I solved it by taking matrix ,I am confused in commutative
2 votes
8
–1 votes
9
1 votes
10
1 votes
11
Answer is 1 but where it is going wrong the way I solved in following image.
1 votes
13
If Direct Broadcast Address of subnet is 201.15.16.31. Which of the following will be subnet mask ?(A) 255.255.255.240(B) 255.255.255.192(C) 255.255.255.198(D) None Of th...
1 votes
16
0 votes
19
Void Test (int arr[], int s, int e) { int temp; if(s >= e) return; temp = arr[s+1]; arr[s+1] = arr[e]; arr[e] = temp; Test(arr, s+1, e - 1) }
1 votes
21
What is the number of multiplexers required in set associative mapping hardware ? Given set bits are S, tag bits are T and word bits are W.
1 votes
23