Recent posts tagged #interview

1
Find the output of the following c code- main() { char *ptr="gatebuddy"; *(ptr)++; ptr++; printf("%s\n",ptr); }
2
No it do not correspond to 8 switching function.. Total No. of minimal function will be 1 only as per my understanding, as both the subcubes here is essential prime impli...
3
When y is -1 , xis 2.and when y is positive x is 0.So, by checking all options, Option (B) is satisfied.x=-(y-|y|)
4
The given question follows geometric probability with the probability of success P = 1/n.Average no trials to get a single success(i.e, the mean of geometric distribution...
5
Hi @Arjun sirThe range of fog is always bounded to f 's range.f ,g has got its own dom, range.In fog I m trying to put a restriction on the values f can accept which is ...
6
No they both have same priority and even associtivity is from right to left see this : http://www.difranco.net/compsci/C_Operator_Precedence_Table.htmif you havent notice...
7
Answer is D.MSB in last $8$ bits helps us to get two subnets$10000000 \to $ subnet$1$$00000000 \to $ subnet$2$subnet$2$ is divided into $2$ more subnets using $7$th bit$0...
To see more, click for the full list of questions or popular tags.