0 votes
1
4 votes
2
A network has subnet mask $255.255.255.254$. Determine the maximum or number of Hostin this network. Also determine the broadcast address of this network.
1 votes
4
#include<stdio.h void main(){ int i=11; printf("%d \n", i++|++i); printf("%d",i); }Output is: 1513I understand how 13 came but I don't get how 15 came. And why there is n...
0 votes
5
Two integers $m$ and $n$ are chosen at random with replacement from the natural numbers $1,2,.....9$. The probability that $m^2-n^2$ is divisible by $4$ is$\dfrac{41}{81}...
2 votes
7
why value of $0! = 1$
0 votes
9
1 votes
12
2 votes
13
In Operator precedence parsing, precedence relations are defined,i. for all pair of non-terminals.ii. for all pair of terminals.iii. to delimit the handle.iv. only for ce...
0 votes
14
Please explain counting semaphore in detail......